Changed WITH_ADSORBATE to be a setable variable.
This commit is contained in:
parent
5adc201fc9
commit
2deb29ff2c
1 changed files with 1 additions and 1 deletions
|
|
@ -188,7 +188,7 @@ WITH_LATTICE_SOLID=${WITH_LATTICE_SOLID:="y"}
|
|||
WITH_METAL=${WITH_METAL:="y"}
|
||||
WITH_STOICH_SUBSTANCE='y'
|
||||
WITH_SEMICONDUCTOR='y'
|
||||
WITH_ADSORBATE='y'
|
||||
WITH_ADSORBATE=${WITH_ADSORBATE:="y"}
|
||||
WITH_SPECTRA=${WITH_SPECTRA:="y"}
|
||||
|
||||
# This flag enables the inclusion of accurate liquid/vapor equations
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue