Changeset 2827 for trunk

Show
Ignore:
Timestamp:
11/19/2008 09:40:10 AM (7 weeks ago)
Author:
guyer
Message:

"numerix", not "numpy"

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/fipy/variables/variable.py

    r2826 r2827  
    759759        else: 
    760760            if self.value is None: 
    761                 if self.getsctype() == numpy.bool_: 
    762                     argDict['result'] = numerix.empty(dim, numpy.int8) 
     761                if self.getsctype() == numerix.bool_: 
     762                    argDict['result'] = numerix.empty(dim, numerix.int8) 
    763763                else: 
    764764                    argDict['result'] = numerix.empty(dim, self.getsctype())