Ignore:
Timestamp:
05/04/18 18:00:44 (6 years ago)
Author:
dubos
Message:

devel/unstructured : higher-level interface to XIOS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • codes/icosagcm/devel/Python/src/setup.py

    r626 r694  
    44setup(  name = "DYNAMICO kernels for unstructured mesh", 
    55        ext_modules = cythonize([ 
    6             Extension("xios",["xios.pyx"],libraries=["xios"]), 
     6            Extension("cxios",["cxios.pyx"],libraries=["xios"]), 
    77            Extension("unstructured",["unstructured.pyx"],libraries=["icosa","xios"]) 
    88            ]) 
Note: See TracChangeset for help on using the changeset viewer.