Changeset 6876 for anuga_validation
- Timestamp:
- Apr 22, 2009, 2:02:21 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_validation/automated_validation_tests/patong_beach_validation/run_model.py
r6844 r6876 54 54 #------------------------------------------------------------------------------- 55 55 56 copy_code_files(project.output_run, __file__, 57 os.path.join(os.path.dirname(project.__file__), 58 project.__name__+'.py')) 59 start_screen_catcher(project.output_run, 0, 1) 56 copy_code_files(project.output_run, 57 [__file__, 58 os.path.join(os.path.dirname(project.__file__), 59 project.__name__+'.py'), 60 os.path.join(os.path.dirname(project.__file__), 61 'setup_model.py')], 62 verbose=True 63 ) 64 #start_screen_catcher(project.output_run, 0, 1) 60 65 61 66 #-------------------------------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.