Changeset 7471


Ignore:
Timestamp:
Sep 2, 2009, 5:47:54 PM (15 years ago)
Author:
ole
Message:

small fixes

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/test_all.py

    r7466 r7471  
    1616os.chdir('pymetis')
    1717print 'Changing to', os.getcwd()
    18 #execfile('test_all.py')
     18execfile('test_all.py')
    1919
    2020os.chdir('..')
  • anuga_validation/automated_validation_tests/UQ_runup_2006/run_dam.py

    r6056 r7471  
    5959    domain.set_name(project.basename)
    6060    domain.set_datadir('.')
    61     domain.set_quantities_to_be_stored(['stage', 'xmomentum', 'ymomentum'])
     61    domain.set_quantities_to_be_stored({'stage':2,
     62                                        'xmomentum': 2,
     63                                        'ymomentum': 2,
     64                                        'elevation': 1})
    6265    domain.set_minimum_storable_height(0.001)
    6366    domain.set_store_vertices_uniquely(True)  # for writting to sww
Note: See TracChangeset for help on using the changeset viewer.