Changeset 829


Ignore:
Timestamp:
05/01/19 23:44:24 (5 years ago)
Author:
dubos
Message:

devel/Python : temporary fix to meshes.py

File:
1 edited

Legend:

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

    r825 r829  
    1515from dynamico.util import list_stencil, BaseClass, inverse_list 
    1616from dynamico import getargs 
    17 from dynamico.parmetis import partition_mesh 
     17# TODO from dynamico.parmetis import partition_mesh 
     18from dynamico.dev.unstructured import partition_mesh 
    1819 
    1920log_master, log_world = getargs.getLogger(__name__) 
Note: See TracChangeset for help on using the changeset viewer.