- Timestamp:
- 03/13/12 19:59:59 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/toolkits/mpi/patches/MPI_Lowerrow.cpp
r365 r11695 7 7 */ 8 8 9 #include "../../petsc/patches/petscpatches.h"10 9 #include "./mpipatches.h" 11 10 … … 19 18 20 19 /*First, figure out our range : */ 21 range= PetscDetermineLocalSize(n);20 range=DetermineLocalSize(n); 22 21 23 22 /*Now determien upper and lower boundaries: */
Note:
See TracChangeset
for help on using the changeset viewer.