Changeset 4140


Ignore:
Timestamp:
Jan 8, 2007, 9:54:00 AM (18 years ago)
Author:
duncan
Message:

fix in using verbose when blocking

File:
1 edited

Legend:

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

    r4135 r4140  
    743743        vertex_attributes = fit_to_mesh(coordinates, triangles,filename,
    744744                                        alpha=alpha,
    745                                         attribute_name = attribute_name,
    746                                         use_cache = use_cache)
     745                                        attribute_name=attribute_name,
     746                                        use_cache=use_cache,
     747                                        verbose=verbose)
    747748                                #, max_read_lines=max_read_lines)
    748749       
Note: See TracChangeset for help on using the changeset viewer.