Ignore:
Timestamp:
Aug 2, 2006, 2:15:17 PM (19 years ago)
Author:
ole
Message:

Changed parallel code back to using pypar as a third party dependency

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/parallel/test_parallel_sw.py

    r3243 r3438  
    1919
    2020from Numeric import array, zeros, Float, take, nonzero
    21 from shallow_water import Domain
    22 from shallow_water import Reflective_boundary as sw_reflective_boundary
    23 from shallow_water import Transmissive_boundary as sw_transmissive_boundary
     21from pyvolution.shallow_water import Domain
     22from pyvolution.shallow_water import Reflective_boundary as sw_reflective_boundary
     23from pyvolution.shallow_water import Transmissive_boundary as sw_transmissive_boundary
    2424from parallel_shallow_water import Parallel_Domain
    2525from parallel_shallow_water import Reflective_boundary as par_reflective_boundary
    2626from parallel_shallow_water import Transmissive_boundary as par_transmissive_boundary
    27 from pmesh2domain import pmesh_to_domain_instance
     27from pyvolution.pmesh2domain import pmesh_to_domain_instance
    2828from utilities.norms import *
    2929from utilities.util_ext import double_precision
Note: See TracChangeset for help on using the changeset viewer.