*** empty log message ***

This commit is contained in:
Dave Goodwin 2006-07-11 18:12:06 +00:00
parent 460a6e50ab
commit ec04dbe060
3 changed files with 5 additions and 5 deletions

View file

@ -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() {

View file

@ -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

View file

@ -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