- Timestamp:
- Nov 11, 2010, 11:55:52 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/source/anuga/shallow_water/shallow_water_domain.py
r8047 r8068 106 106 full_send_dict=None, 107 107 ghost_recv_dict=None, 108 starttime=0, 108 109 processor=0, 109 110 numproc=1, … … 140 141 other_quantities = ['elevation', 'friction'] 141 142 143 142 144 Generic_Domain.__init__(self, 143 145 coordinates, … … 155 157 full_send_dict, 156 158 ghost_recv_dict, 159 starttime, 157 160 processor, 158 161 numproc, … … 563 566 self.distribute_to_vertices_and_edges() 564 567 565 if self.store is True and self. time == 0.0:568 if self.store is True and self.get_time() == self.get_starttime(): 566 569 self.initialise_storage() 567 570
Note: See TracChangeset
for help on using the changeset viewer.