- Timestamp:
- Aug 7, 2012, 3:31:47 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/source/anuga_parallel/parallel_shallow_water.py
r8496 r8498 117 117 118 118 def update_ghosts(self): 119 120 # We must send the information from the full cells and121 # receive the information for the ghost cells119 """We must send the information from the full cells and 120 receive the information for the ghost cells 121 """ 122 122 123 123 … … 131 131 # PETE: Make sure that there are no deadlocks here 132 132 133 self.update_ghosts()133 #self.update_ghosts() 134 134 135 135
Note: See TracChangeset
for help on using the changeset viewer.