Ignore:
Timestamp:
May 8, 2012, 7:06:21 PM (13 years ago)
Author:
steve
Message:

Changed parallel_safe to parallel_safe because it seems that inheriting from with didn't work.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/anuga_core/source/anuga/shallow_water/forcing.py

    r8318 r8420  
    278278        if domain.numproc > 1:
    279279            msg = 'Not implemented to run in parallel'
    280             assert self.__parallel_safe(), msg
     280            assert self.parallel_safe(), msg
    281281
    282282        if center is None:
     
    495495
    496496
    497     def __parallel_safe(self):
     497    def parallel_safe(self):
    498498        """
    499499        These forcing terms only work on individual processors, the polygon
Note: See TracChangeset for help on using the changeset viewer.