- Timestamp:
- Jun 9, 2010, 12:28:24 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/source/anuga/abstract_2d_finite_volumes/test_util.py
r7800 r7814 85 85 86 86 #Convert ASCII file to NetCDF (Which is what we really like!) 87 timefile2netcdf(filename )87 timefile2netcdf(filename+'.txt') 88 88 89 89 … … 996 996 997 997 #Convert ASCII file to NetCDF (Which is what we really like!) 998 timefile2netcdf(filename )998 timefile2netcdf(filename+'.txt') 999 999 1000 1000 … … 1092 1092 1093 1093 #Convert ASCII file to NetCDF (Which is what we really like!) 1094 timefile2netcdf(filename )1094 timefile2netcdf(filename+'.txt') 1095 1095 1096 1096 a = [0.0, 0.0] … … 1176 1176 1177 1177 # Convert ASCII file to NetCDF (Which is what we really like!) 1178 timefile2netcdf(filename )1178 timefile2netcdf(filename + '.txt') 1179 1179 1180 1180 a = [0.0, 0.0]
Note: See TracChangeset
for help on using the changeset viewer.