Ignore:
Timestamp:
Aug 7, 2012, 10:46:27 AM (13 years ago)
Author:
steve
Message:

Some problems with dry regioons causing wierd results for
run_parallel_sw_merimbula.

File:
1 edited

Legend:

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

    r8281 r8496  
    2626
    2727from anuga.abstract_2d_finite_volumes.neighbour_mesh import Mesh
     28from anuga import indent
     29
    2830
    2931#########################################################
     
    11491151    submesh_cell = {}
    11501152   
    1151     if verbose: print 'process %d receiving submesh from process %d' %(myid, p)
     1153    if verbose: print indent+'P%d: Receiving submesh from P%d' %(myid, p)
    11521154
    11531155    # receive the tagmap for the boundary conditions
Note: See TracChangeset for help on using the changeset viewer.