Changeset 7176 for branches/numpy/anuga/load_mesh
- Timestamp:
- Jun 10, 2009, 5:28:35 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/numpy/anuga/load_mesh/loadASCII.py
r7035 r7176 700 700 ('num_of_segments', 'num_of_segment_ends')) 701 701 outfile.variables['segments'][:] = mesh['segments'] 702 if mesh['segment_tags'].shape[0] > 0:702 if (mesh['segment_tags'].shape[1] > 0): 703 703 outfile.createDimension('num_of_segment_tag_chars', 704 704 mesh['segment_tags'].shape[1])
Note: See TracChangeset
for help on using the changeset viewer.