Ignore:
Timestamp:
Aug 7, 2012, 3:31:47 PM (13 years ago)
Author:
steve
Message:

Found an extra update_ghosts!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/anuga_core/source/anuga_parallel/parallel_shallow_water.py

    r8496 r8498  
    117117
    118118    def update_ghosts(self):
    119 
    120         # We must send the information from the full cells and
    121         # receive the information for the ghost cells
     119        """We must send the information from the full cells and
     120        receive the information for the ghost cells
     121        """
    122122
    123123
     
    131131        # PETE: Make sure that there are no deadlocks here
    132132
    133         self.update_ghosts()
     133        #self.update_ghosts()
    134134
    135135
Note: See TracChangeset for help on using the changeset viewer.