Ignore:
Timestamp:
Nov 5, 2007, 1:11:52 PM (17 years ago)
Author:
duncan
Message:

Bug fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/shallow_water/data_manager.py

    r4776 r4780  
    47744774    # this could be a problem. I would prefer taking them from
    47754775    # the instantiation of Domain.
     4776    #
     4777    # (DSG) There is not always a Domain instance when Write_sww is used.
     4778    # Check to see if this is the same level of hardwiring as is in
     4779    # shallow water doamain.
     4780   
    47764781    sww_quantities = Domain.conserved_quantities
    47774782
     
    48764881        outfile.createVariable('volumes', Int, ('number_of_volumes',
    48774882                                                'number_of_vertices'))
    4878        
     4883
    48794884        outfile.createVariable('time', precision,
    48804885                               ('number_of_timesteps',))
Note: See TracChangeset for help on using the changeset viewer.