Changeset 25642
- Timestamp:
- 10/06/20 15:51:04 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Params/Parameters.cpp
r25634 r25642 686 686 687 687 #ifdef _HAVE_PETSC_ 688 /*In case we are using PETSC, we do not rely on issmoptions. Instead, we dump issmoptions into the Petsc 689 * options database: */ 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) 690 696 #if (_PETSC_MINOR_<14) 691 697 PetscOptionsSetFromOptions(NULL); 698 #endif 692 699 #endif 693 700 #if (_PETSC_MINOR_>=7)
Note:
See TracChangeset
for help on using the changeset viewer.