Changeset 4894 for anuga_core/source/anuga/mesh_engine/mesh_engine.py
- Timestamp:
- Dec 21, 2007, 12:44:10 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/mesh_engine/mesh_engine.py
r4893 r4894 123 123 #print "mode", mode 124 124 #print "yeah" 125 mesh_dict = triang.genMesh(points,segments,holes,regions,125 mesh_dict, r_test = triang.genMesh(points,segments,holes,regions, 126 126 pointatts,segatts, mode, segments.flat) 127 127 mesh_dict['qaz'] = 1 #debugging 128 ##print "r_test", r_test 128 129 return mesh_dict 129 130
Note: See TracChangeset
for help on using the changeset viewer.