Changeset 5757
- Timestamp:
- Sep 9, 2008, 4:08:36 PM (15 years ago)
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/shallow_water/data_manager.py
r5750 r5757 5778 5778 5779 5779 # Variable definitions 5780 outfile.createVariable('permutation', Int, ('number_of_points',)) 5780 outfile.createVariable('permutation', Int, ('number_of_points',)) 5781 5781 outfile.createVariable('x', sts_precision, ('number_of_points',)) 5782 5782 outfile.createVariable('y', sts_precision, ('number_of_points',)) -
clean_all.py
r5747 r5757 23 23 # Data files (may be recovered from repository with svn up) 24 24 extensions_to_delete += ['.tms', 25 '.tsh',25 #'.tsh', 26 26 '.msh', 27 27 '.pts',
Note: See TracChangeset
for help on using the changeset viewer.