Changeset 5327


Ignore:
Timestamp:
May 15, 2008, 12:20:15 PM (16 years ago)
Author:
ole
Message:

Diagnostic output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/abstract_2d_finite_volumes/util.py

    r5288 r5327  
    110110    # Instead we pass in those attributes that are needed (and return them
    111111    # if modified)
     112
    112113    kwargs = {'quantities': quantities,
    113114              'interpolation_points': interpolation_points,
     
    249250        assert interpolation_points.shape[1] == 2, msg
    250251
     252    if verbose:
     253        print 'File_function using quantities %s from file %s' %(str(quantity_names), filename)
    251254
    252255    # Now assert that requested quantitites (and the independent ones)
     
    779782        #print 'label', label
    780783        leg_label.append(label)
     784
    781785
    782786       
     
    21412145       
    21422146        callable_sww = file_function(sww_file,
    2143                                  quantities=core_quantities,
    2144                                  interpolation_points=points_array,
    2145                                  verbose=verbose,
    2146                                  use_cache=use_cache)
     2147                                     quantities=core_quantities,
     2148                                     interpolation_points=points_array,
     2149                                     verbose=verbose,
     2150                                     use_cache=use_cache)
    21472151
    21482152    gauge_file='gauge_'
Note: See TracChangeset for help on using the changeset viewer.