Ignore:
Timestamp:
Dec 31, 2007, 7:53:02 AM (17 years ago)
Author:
duncan
Message:

Using the numeric arrays from mesh engine, but still have the old output.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/shallow_water/data_manager.py

    r4868 r4899  
    46494649      +ve value in grid A and a -ve value in grid B.
    46504650    """
    4651     from anuga.pmesh.mesh import Mesh, NoTrianglesError
     4651    from anuga.mesh_engine.mesh_engine import NoTrianglesError
     4652    from anuga.pmesh.mesh import Mesh
    46524653
    46534654    files_in = [basename_in + WAVEHEIGHT_MUX_LABEL,
     
    47204721           
    47214722    points_utm=ensure_numeric(points_utm)
    4722     #print "mesh_dic['generatedpointlist']", mesh_dic['generatedpointlist']
    4723     #print "points_utm", points_utm
    47244723    assert ensure_numeric(mesh_dic['generatedpointlist']) == \
    47254724           ensure_numeric(points_utm)
Note: See TracChangeset for help on using the changeset viewer.