*** empty log message ***
This commit is contained in:
parent
460a6e50ab
commit
ec04dbe060
3 changed files with 5 additions and 5 deletions
|
|
@ -76,7 +76,8 @@ namespace Cantera {
|
|||
}
|
||||
|
||||
void LatticePhase::getStandardChemPotentials(doublereal* mu0) const {
|
||||
getPureGibbs(mu0);
|
||||
const array_fp& gibbsrt = gibbs_RT();
|
||||
scale(gibbsrt.begin(), gibbsrt.end(), mu0, _RT());
|
||||
}
|
||||
|
||||
void LatticePhase::initThermo() {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
#define IEEE_MC68k
|
||||
#define Arith_Kind_ASL 2
|
||||
#define Double_Align
|
||||
#define IEEE_8087
|
||||
#define Arith_Kind_ASL 1
|
||||
#define NANCHECK
|
||||
|
|
|
|||
|
|
@ -253,7 +253,7 @@ ENABLE_TPX='y'
|
|||
# See: http://www.llnl.gov/CASC/sundials
|
||||
#
|
||||
USE_SUNDIALS=${USE_SUNDIALS:='default'}
|
||||
SUNDIALS_HOME=${SUNDIALS_HOME:=$HOME/sundials}
|
||||
SUNDIALS_HOME=${SUNDIALS_HOME:=/usr/local/sundials}
|
||||
|
||||
#-----------------------------------------------------------------
|
||||
# BLAS and LAPACK
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue