Ignore:
Timestamp:
Dec 21, 2007, 12:44:10 PM (17 years ago)
Author:
duncan
Message:

Good fix for the memory leak found in ticket#189

File:
1 edited

Legend:

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

    r4893 r4894  
    123123    #print "mode", mode
    124124    #print "yeah"
    125     mesh_dict = triang.genMesh(points,segments,holes,regions,
     125    mesh_dict, r_test = triang.genMesh(points,segments,holes,regions,
    126126                          pointatts,segatts, mode, segments.flat)
    127127    mesh_dict['qaz'] = 1 #debugging
     128    ##print "r_test", r_test
    128129    return mesh_dict
    129130
Note: See TracChangeset for help on using the changeset viewer.