Ignore:
Timestamp:
Jan 4, 2008, 11:36:52 AM (17 years ago)
Author:
duncan
Message:

Removing some of the old pmesh mesh triangulation data structure

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/mesh_engine/mesh_engine.py

    r4901 r4902  
    155155            mesh_dict['generatedtriangleattributelist'] = None
    156156           
     157        if mesh_dict['generatedpointattributelist'].shape[1] == 0:
     158            mesh_dict['generatedpointattributelist'] = None
    157159        if trianglelist.shape[0] == 0:
    158160            # There are no triangles.
Note: See TracChangeset for help on using the changeset viewer.