Changeset 983


Ignore:
Timestamp:
10/24/19 18:22:46 (5 years ago)
Author:
dubos
Message:

devel/Python : minor bugfix after reorganization of Python modules

Location:
codes/icosagcm/devel/Python/test
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • codes/icosagcm/devel/Python/test/py/RSW_MPAS_W02.py

    r747 r983  
    11print 'Loading DYNAMICO modules ...' 
    2 from dynamico import unstructured as unst 
    3 from dynamico.precision import asnum 
     2from dynamico.dev import unstructured as unst 
     3from dynamico.dev.precision import asnum 
    44from dynamico.meshes import MPAS_Format, Unstructured_Mesh 
    55from dynamico import time_step 
  • codes/icosagcm/devel/Python/test/python.sh

    r959 r983  
    3232 
    3333cp -i -u Python/dynamico/*.py lib/dynamico/ 
    34 cp -i -u Python/dynamico/dev/*.py lib/dynamico/dev/ 
     34cp -i -u Python/dev/*.py lib/dynamico/dev/ 
    3535 
    3636. arch.env 
Note: See TracChangeset for help on using the changeset viewer.