Ignore:
Timestamp:
Feb 18, 2009, 2:44:41 PM (15 years ago)
Author:
rwilson
Message:

Ongoing conversion changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/numpy/anuga/pmesh/test_mesh.py

    r6304 r6360  
    23112311            yes = False
    23122312    return yes
    2313            
    2314 #-------------------------------------------------------------
     2313   
     2314################################################################################
     2315
    23152316if __name__ == "__main__":
    23162317    suite = unittest.makeSuite(meshTestCase,'test')
     2318    #suite = unittest.makeSuite(meshTestCase,'test_import_mesh')
    23172319    runner = unittest.TextTestRunner() #verbosity=2)
    23182320    runner.run(suite)
Note: See TracChangeset for help on using the changeset viewer.