Skip to content

Commit

Permalink
fix default options
Browse files Browse the repository at this point in the history
  • Loading branch information
Norihiro Watanabe committed Mar 10, 2016
1 parent 9f16de5 commit 4b3b8f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Expand Up @@ -11,7 +11,7 @@ project(OGS)
###############

# Chemical solver
set(OGS_CHEMSOLVER "NONE" CACHE STRING "OpenGeoSys geochemical solver")
set(OGS_CHEMSOLVER "DEFAULT" CACHE STRING "OpenGeoSys geochemical solver")
set_property(CACHE OGS_CHEMSOLVER PROPERTY STRINGS
DEFAULT # Default
NONE
Expand All @@ -23,7 +23,7 @@ set_property(CACHE OGS_CHEMSOLVER PROPERTY STRINGS
)

# Linear solver
set(OGS_LSOLVER "RF" CACHE STRING "OpenGeoSys linear solver type")
set(OGS_LSOLVER "DEFAULT" CACHE STRING "OpenGeoSys linear solver type")
set_property(CACHE OGS_LSOLVER PROPERTY STRINGS
DEFAULT # Default
RF # RF
Expand Down

0 comments on commit 4b3b8f4

Please sign in to comment.