Ignore:
Timestamp:
12/12/17 16:04:23 (7 years ago)
Author:
dubos
Message:

devel/Python : extract pure Python stuff from cython module unstructured.pyx

File:
1 edited

Legend:

Unmodified
Added
Removed
  • codes/icosagcm/devel/make_python

    r626 r631  
    9494    cd $DYNAMICO_ROOT 
    9595 
    96     for module in DCMIP time_step dyn xios unstructured; do 
     96    for module in xios meshes dyn time_step DCMIP; do 
    9797        echo "from dynamico import $module" 
    9898        python -c "from dynamico import $module" 
Note: See TracChangeset for help on using the changeset viewer.