Changeset 8019
- Timestamp:
- Sep 16, 2010, 2:14:07 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/source/anuga/structures/structure_operator.py
r8018 r8019 62 62 self.label = "structure_%g" % Structure_operator.counter 63 63 else: 64 self.label = label 65 print label 64 self.label = label + '_%g' % Structure_operator.counter 65 66 66 67 67 if structure_type == None:
Note: See TracChangeset
for help on using the changeset viewer.