Changeset 25652


Ignore:
Timestamp:
10/07/20 14:49:05 (4 years ago)
Author:
Mathieu Morlighem
Message:

CHG: fixing windows

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/Params/Parameters.cpp

    r25642 r25652  
    687687        #ifdef _HAVE_PETSC_
    688688                /* 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)
    697692                PetscOptionsSetFromOptions(NULL);
    698                 #endif
    699693                #endif
    700694                #if (_PETSC_MINOR_>=7)
Note: See TracChangeset for help on using the changeset viewer.