Changed the environmental variable, WITH_ELECTROLYTES, so that it
can be set from a preconfig routine.
This commit is contained in:
parent
501e9f1ac1
commit
568ca4d067
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
|
@ -186,7 +186,7 @@ WITH_PURE_FLUIDS='y'
|
|||
|
||||
# Enable expanded electrochemistry capabilities, include thermo
|
||||
# models for electrolyte solutions
|
||||
WITH_ELECTROLYTES='n'
|
||||
WITH_ELECTROLYTES=${WITH_ELECTROLYTES:="n"}
|
||||
######################################################################
|
||||
# if set to 'y', the ck2cti program that converts Chemkin input files
|
||||
# to Cantera format will be built. If you don't use Chemkin format
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue