Ignore:
Timestamp:
Jun 29, 2010, 11:26:45 AM (13 years ago)
Author:
hudson
Message:

Moved all development files into trunk.

File:
1 edited

Legend:

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

    r7519 r7877  
    66from math import sqrt
    77
    8 
    9 
    10 
    11 
    12 from anuga.interface import Domain
    13 from anuga.interface import rectangular_cross
     8import anuga
    149
    1510from anuga_parallel.distribute_mesh import pmesh_divide_metis
     
    7469        if myid == 0:
    7570
    76             points, vertices, boundary = rectangular_cross(2,2)
    77 
    78             domain = Domain(points, vertices, boundary)
     71            points, vertices, boundary = anuga.rectangular_cross(2,2)
     72
     73            domain = anuga.Domain(points, vertices, boundary)
    7974
    8075
Note: See TracChangeset for help on using the changeset viewer.