- Timestamp:
- Sep 17, 2010, 3:07:01 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/source/anuga/structures/structure_operator.py
r8020 r8021 255 255 256 256 257 def st ructure_statistics(self):257 def statistics(self): 258 258 259 259 … … 289 289 290 290 291 def print_st ructure_statistics(self):292 293 print self.st ructure_statistics()291 def print_statistics(self): 292 293 print self.statistics() 294 294 295 295 … … 315 315 if self.logging: 316 316 self.log_filename = self.label + '.log' 317 log_to_file(self.log_filename, self.st ructure_statistics(), mode='w')317 log_to_file(self.log_filename, self.statistics(), mode='w') 318 318 log_to_file(self.log_filename, 'time,discharge,velocity,driving_energy,delta_total_energy') 319 319
Note: See TracChangeset
for help on using the changeset viewer.