- Timestamp:
- 10/22/20 13:30:01 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/toolkits/petsc/patches/MatMultPatch.cpp
r15839 r25710 10 10 11 11 /*Petsc includes: */ 12 #include <petscversion.h> 12 13 #include <petscmat.h> 13 14 #include <petscvec.h> … … 35 36 VecRelocalize(&X_rel,X,n,comm); 36 37 MatMult(A,X_rel,AX); ; 37 #if _PETSC_MAJOR_ < 3 || (_PETSC_MAJOR_ == 3 && _PETSC_MINOR_ < 2)38 #if PETSC_VERSION_LT(3,2,0) 38 39 VecDestroy(X_rel); 39 40 #else
Note:
See TracChangeset
for help on using the changeset viewer.