Fixed an error with unbalanced quotes
This commit is contained in:
parent
155d7604b5
commit
b20a73b92a
1 changed files with 1 additions and 1 deletions
|
|
@ -241,7 +241,7 @@ WITH_H298MODIFY_CAPABILITY=${WITH_H298MODIFY_CAPABILITY:="n"}
|
|||
# Capability in the planning and implementation stage
|
||||
# Phases may be intermediates but actually have zero mole numbers
|
||||
# in the InterfacialKinetics object
|
||||
KINETICS_WITH_INTERMEDIATE_ZEROED_PHASES=${KINETICS_WITH_INTERMEDIATE_ZEROED_PHASES:="n'}
|
||||
KINETICS_WITH_INTERMEDIATE_ZEROED_PHASES=${KINETICS_WITH_INTERMEDIATE_ZEROED_PHASES:="n"}
|
||||
|
||||
######################################################################
|
||||
# if set to 'y', the ck2cti program that converts Chemkin input files
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue