Ignore:
Timestamp:
04/30/19 18:14:37 (5 years ago)
Author:
dubos
Message:

devel/Python : moved Fortran bindings and *.pyx to dynamico/dev module + necessary changes to test/py/*.py

File:
1 edited

Legend:

Unmodified
Added
Removed
  • codes/icosagcm/devel/Python/dynamico/util.py

    r804 r825  
    77            s=stencil[i,j] 
    88            if cond(s): yield stencil[i,j] 
    9                  
    109 
    11 class Base_class(object): 
     10class BaseClass(object): 
    1211    def set_members(self, loc, *names): 
    1312        for name in names : 
Note: See TracChangeset for help on using the changeset viewer.