Changeset 23924
- Timestamp:
- 05/20/19 11:34:05 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/solutionsequences/solutionsequence_schurcg.cpp
r23911 r23924 732 732 733 733 /*Create pressure matrix of choice*/ 734 #if _PETSC_MINOR_<7 735 PetscOptionsGetInt(PETSC_NULL,"-schur_pc",&precond,NULL); 736 #else 734 737 PetscOptionsGetInt(NULL,PETSC_NULL,"-schur_pc",&precond,NULL); 738 #endif 735 739 736 740 StressbalanceAnalysis* analysis = new StressbalanceAnalysis();
Note:
See TracChangeset
for help on using the changeset viewer.