Changeset 8957


Ignore:
Timestamp:
Aug 11, 2013, 8:56:00 PM (12 years ago)
Author:
steve
Message:

small numpro to numproc error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/anuga_core/source/anuga/abstract_2d_finite_volumes/quantity.py

    r8956 r8957  
    329329                import shutil
    330330                destination = open(filename+'_centroid_data.csv','wb')
    331                 np = self.domain.numpro
     331                np = self.domain.numproc
    332332                files = [ filename+'_centroid_data'+"_P"+str(np)+"_"+str(v)+".sww" for v in range(np)]
    333333                for file in files:
Note: See TracChangeset for help on using the changeset viewer.