Changeset 25652
- Timestamp:
- 10/07/20 14:49:05 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Params/Parameters.cpp
r25642 r25652 687 687 #ifdef _HAVE_PETSC_ 688 688 /* In case we are using PETSC, we do not rely on issmoptions. Instead, 689 we dump issmoptions into the Petsc options database. 690 691 TODO: Remove the check on !WINDOWS when GNU-like Windows build has 692 been implemented 693 */ 694 695 #if (!WINDOWS) 696 #if (_PETSC_MINOR_<14) 689 we dump issmoptions into the Petsc options database */ 690 691 #if (_PETSC_MINOR_>=7 && _PETSC_MINOR_<14) 697 692 PetscOptionsSetFromOptions(NULL); 698 #endif699 693 #endif 700 694 #if (_PETSC_MINOR_>=7)
Note:
See TracChangeset
for help on using the changeset viewer.