Changeset 8498


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

Found an extra update_ghosts!

Location:
trunk/anuga_core/source/anuga_parallel
Files:
2 edited

Legend:

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

    r8497 r8498  
    11"""
    2 Generic implementation of update_timestep, update_ghosts and set_name for
     2Generic implementation of update_timestep and update_ghosts for
    33parallel domains (eg shallow_water or advection)
    44
  • 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.