Changeset 4149 for anuga_core/source/anuga
- Timestamp:
- Jan 9, 2007, 10:59:02 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/abstract_2d_finite_volumes/quantity.py
r4140 r4149 736 736 msg = 'set_values_from_points is only defined for '+\ 737 737 'location=\'vertices\'' 738 raise ms 738 raise msg 739 739 740 740 coordinates = self.domain.get_nodes(absolute=True)
Note: See TracChangeset
for help on using the changeset viewer.