From ec04dbe060e1a146691f81c0389a8c7286b09582 Mon Sep 17 00:00:00 2001 From: Dave Goodwin Date: Tue, 11 Jul 2006 18:12:06 +0000 Subject: [PATCH] *** empty log message *** --- Cantera/src/LatticePhase.cpp | 3 ++- ext/f2c_libs/arith.h | 5 ++--- preconfig | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cantera/src/LatticePhase.cpp b/Cantera/src/LatticePhase.cpp index 5704b1a18..67e9dce4f 100644 --- a/Cantera/src/LatticePhase.cpp +++ b/Cantera/src/LatticePhase.cpp @@ -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() { diff --git a/ext/f2c_libs/arith.h b/ext/f2c_libs/arith.h index 508eb414f..9841db38a 100644 --- a/ext/f2c_libs/arith.h +++ b/ext/f2c_libs/arith.h @@ -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 diff --git a/preconfig b/preconfig index 3bfa7b237..133de213a 100755 --- a/preconfig +++ b/preconfig @@ -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