Changeset 8957
- Timestamp:
- Aug 11, 2013, 8:56:00 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/source/anuga/abstract_2d_finite_volumes/quantity.py
r8956 r8957 329 329 import shutil 330 330 destination = open(filename+'_centroid_data.csv','wb') 331 np = self.domain.numpro 331 np = self.domain.numproc 332 332 files = [ filename+'_centroid_data'+"_P"+str(np)+"_"+str(v)+".sww" for v in range(np)] 333 333 for file in files:
Note: See TracChangeset
for help on using the changeset viewer.