Changeset 4140
- Timestamp:
- Jan 8, 2007, 9:54:00 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/abstract_2d_finite_volumes/quantity.py
r4135 r4140 743 743 vertex_attributes = fit_to_mesh(coordinates, triangles,filename, 744 744 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) 747 748 #, max_read_lines=max_read_lines) 748 749
Note: See TracChangeset
for help on using the changeset viewer.