Changeset 8961
- Timestamp:
- Aug 11, 2013, 9:13:39 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/source/anuga/abstract_2d_finite_volumes/quantity.py
r8960 r8961 328 328 if self.domain.processor == 0: 329 329 import shutil 330 import os 330 331 destination = open(filename+'_centroid_data.csv','wb') 331 332 np = self.domain.numproc
Note: See TracChangeset
for help on using the changeset viewer.