- Timestamp:
- Oct 18, 2008, 9:13:18 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/shallow_water/shallow_water_ext.c
r5618 r5847 1877 1877 radii = get_consecutive_array(domain, "radii"); 1878 1878 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"); 1880 1880 already_computed_flux = get_consecutive_array(domain, "already_computed_flux"); 1881 1881 max_speed_array = get_consecutive_array(domain, "max_speed");
Note: See TracChangeset
for help on using the changeset viewer.