Changeset 2709 for trunk

Show
Ignore:
Timestamp:
07/28/2008 10:01:05 AM (5 months ago)
Author:
wd15
Message:

fixed arguments

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/fipy/meshes/numMesh/cylindricalGrid2D.py

    r2706 r2709  
    7979         
    8080        return CylindricalGrid2D(dx = self.dx * numerix.array(factor[0]), nx = self.nx,  
     81                                 dy = self.dy * numerix.array(factor[1]), ny = self.ny,  
    8182                                 origin = self.origin * factor) 
    8283