Ignore:
Timestamp:
Apr 27, 2006, 3:44:41 PM (18 years ago)
Author:
steve
Message:

On our 64 bit machine, ran into problem in pmesh/mesh.py where seg[0], seg[1], triangle,
and neighbor where not seen as integers. Had to wrap them in int(..)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/pmesh/test_mesh.py

    r2396 r2778  
    19151915#-------------------------------------------------------------
    19161916if __name__ == "__main__":
    1917     suite = unittest.makeSuite(meshTestCase,'test')
    1918     #suite = unittest.makeSuite(meshTestCase,'test_asciiFile')
     1917    #suite = unittest.makeSuite(meshTestCase,'test')
     1918    suite = unittest.makeSuite(meshTestCase,'test_import_mesh')
    19191919    runner = unittest.TextTestRunner() #verbosity=2)
    19201920    runner.run(suite)
Note: See TracChangeset for help on using the changeset viewer.