Changeset 2821 for branches

Show
Ignore:
Timestamp:
11/14/2008 07:35:18 AM (8 weeks ago)
Author:
guyer
Message:

Need to print Variable result

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/variableMeshes/fipy/meshes/numMesh/uniformGrid3D.py

    r2818 r2821  
    778778            ...                                cellVertexIDs + 8, cellVertexIDs + 12, cellVertexIDs + 14)) 
    779779            >>> cellVertexIDs = cellVertexIDs.swapaxes(0,1) 
    780             >>> numerix.allclose(mesh._getCellVertexIDs(), cellVertexIDs) 
     780            >>> print numerix.allclose(mesh._getCellVertexIDs(), cellVertexIDs) 
    781781            1 
    782782             
     
    791791            ...                                cellVertexIDs + 8, cellVertexIDs + 9, cellVertexIDs + 10)) 
    792792            >>> cellVertexIDs = cellVertexIDs.swapaxes(0,1) 
    793             >>> numerix.allclose(mesh._getCellVertexIDs(), cellVertexIDs) 
     793            >>> print numerix.allclose(mesh._getCellVertexIDs(), cellVertexIDs) 
    794794            1 
    795795