Changeset 12430
- Timestamp:
- 06/15/12 16:16:41 (13 years ago)
- Location:
- issm/trunk-jpl/src/c/toolkits/mpi/patches
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/toolkits/mpi/patches/DetermineLocalSize.cpp
r12429 r12430 39 39 40 40 /*free ressources: */ 41 xDelete< double>(num_local_rows);41 xDelete<int>(num_local_rows); 42 42 43 43 /*return size: */ -
issm/trunk-jpl/src/c/toolkits/mpi/patches/MPI_Boundariesfromrange.cpp
r12429 r12430 32 32 33 33 /*Assign output pointers: */ 34 xDelete< double>(allranges);34 xDelete<int>(allranges); 35 35 *plower_row=lower_row; 36 36 *pupper_row=upper_row;
Note:
See TracChangeset
for help on using the changeset viewer.