Changeset 9066
- Timestamp:
- Apr 4, 2014, 3:17:21 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/source/anuga/operators/set_quantity_operator.py
r8974 r9066 50 50 51 51 52 Set_quantity.__init__(self, domain, quantity, value, indices, polygon, center, radius) 52 Set_quantity.__init__(self, 53 domain, 54 quantity, 55 value, 56 indices, 57 polygon, 58 center, 59 radius, 60 line) 53 61 54 62 Operator.__init__(self, domain, description, label, logging, verbose)
Note: See TracChangeset
for help on using the changeset viewer.