Changeset 5113


Ignore:
Timestamp:
Mar 4, 2008, 4:01:57 PM (16 years ago)
Author:
ole
Message:

Uncommented line to make sure runup.py is
exactly as discussed in the manual.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/documentation/user_manual/demos/runup.py

    r5112 r5113  
    2727domain.set_name('runup')                    # Output to file runup.sww
    2828domain.set_datadir('.')                     # Use current directory for output
    29 #domain.set_quantities_to_be_stored(['stage',# Store all conserved quantities
    30 #                                    'xmomentum',
    31 #                                    'ymomentum'])   
     29domain.set_quantities_to_be_stored(['stage',# Store all conserved quantities
     30                                    'xmomentum',
     31                                    'ymomentum'])   
    3232
    3333
Note: See TracChangeset for help on using the changeset viewer.