Ignore:
Timestamp:
Oct 18, 2008, 9:13:18 PM (15 years ago)
Author:
steve
Message:

Changed parallel_api so that global mesh only needs to
be constructed on processor 0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/shallow_water/shallow_water_ext.c

    r5618 r5847  
    18771877    radii             = get_consecutive_array(domain, "radii");   
    18781878    areas             = get_consecutive_array(domain, "areas");   
    1879     tri_full_flag     = get_consecutive_array(domain, "normals");
     1879    tri_full_flag     = get_consecutive_array(domain, "tri_full_flag");
    18801880    already_computed_flux  = get_consecutive_array(domain, "already_computed_flux");
    18811881    max_speed_array   = get_consecutive_array(domain, "max_speed");
Note: See TracChangeset for help on using the changeset viewer.