Ignore:
Timestamp:
Sep 16, 2010, 2:14:07 PM (14 years ago)
Author:
steve
Message:

Small typo fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/anuga_core/source/anuga/structures/structure_operator.py

    r8018 r8019  
    6262            self.label = "structure_%g" % Structure_operator.counter
    6363        else:
    64             self.label = label
    65         print label
     64            self.label = label + '_%g' % Structure_operator.counter
     65
    6666
    6767        if structure_type == None:
Note: See TracChangeset for help on using the changeset viewer.