Ignore:
Timestamp:
Jul 29, 2008, 10:51:48 AM (15 years ago)
Author:
ole
Message:

Comments and more testing trying to find issues with urs2sts.

File:
1 edited

Legend:

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

    r5579 r5582  
    50115011        msg = 'When combining multiple sources must specify a weight for '+\
    50125012              'mux2 source file'
    5013         assert len(weights)== numSrc, msg
     5013        assert len(weights) == numSrc, msg
     5014       
     5015    if verbose:
     5016        print 'Weights used in urs2sts:', weights
    50145017
    50155018    # Check output filename   
Note: See TracChangeset for help on using the changeset viewer.