Ignore:
Timestamp:
01/31/18 15:14:35 (6 years ago)
Author:
dubos
Message:

devel/unstructured : mesh reordering (Morton)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • codes/icosagcm/devel/Python/src/unstructured.pyx

    r663 r674  
    4444except OSError: 
    4545    print """ 
    46 Unable to load shared library 'libkernels.so' ! 
     46Unable to load shared library 'libicosa.so' ! 
    4747    """ 
    4848    raise 
     
    5959                     ['dynamico_caldyn_unstructured', c_double, c_void_p,20], 
    6060                     ['dynamico_partition_graph', c_int,2, c_void_p,3, c_int, c_void_p], 
     61                     ['dynamico_morton_encode', c_int,c_void_p,4] 
    6162                     ]) 
    6263 
Note: See TracChangeset for help on using the changeset viewer.