From 732bed53323bf9114e80d3c7945adaf2839238e2 Mon Sep 17 00:00:00 2001 From: Dave Goodwin Date: Sun, 20 Apr 2003 13:21:49 +0000 Subject: [PATCH] *** empty log message *** --- Cantera/src/Makefile.in | 2 ++ config.h | 10 +++++----- test_problems/silane_equil/runtest | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/Cantera/src/Makefile.in b/Cantera/src/Makefile.in index 018b796f2..9d210be65 100755 --- a/Cantera/src/Makefile.in +++ b/Cantera/src/Makefile.in @@ -117,6 +117,8 @@ clean: $(RM) *.o *~ $(CANTERA_LIB) cd zeroD; @MAKE@ clean cd oneD; @MAKE@ clean + cd converters; @MAKE@ clean + cd transport; @MAKE@ clean depends: $(DEPENDS) cat *.d > .depends diff --git a/config.h b/config.h index 1ccb0ee2a..f3a842bce 100755 --- a/config.h +++ b/config.h @@ -9,11 +9,11 @@ //------------------------ Fortran settings -------------------// -// define types doublereal, integer, and ftnlen to match the +// define types doublereal, integer, and ftnlen to match the // corresponding Fortran data types on your system. The defaults // are OK for most systems -typedef double doublereal; // Fortran double precision +typedef double doublereal; // Fortran double precision typedef int integer; // Fortran integer typedef int ftnlen; // Fortran hidden string length type @@ -22,7 +22,7 @@ typedef int ftnlen; // Fortran hidden string length type // adding a hidden argement with the length of the string. Some // compilers add the hidden length argument immediately after the // CHARACTER variable being passed, while others put all of the hidden -// length arguments at the end of the argument list. Define this if +// length arguments at the end of the argument list. Define this if // the lengths are at the end of the argument list. This is usually the // case for most unix Fortran compilers, but is (by default) false for // Visual Fortran under Windows. @@ -37,7 +37,7 @@ typedef int ftnlen; // Fortran hidden string length type //-------- LAPACK / BLAS --------- // Define if you are using LAPACK and BLAS from the Intel Math Kernel -// Library +// Library /* #undef HAVE_INTEL_MKL */ #define LAPACK_FTN_STRING_LEN_AT_END @@ -45,7 +45,7 @@ typedef int ftnlen; // Fortran hidden string length type #define LAPACK_FTN_TRAILING_UNDERSCORE -//--------- Cantera -------------- +//--------- Cantera -------------- //--------- CKReader ------------- diff --git a/test_problems/silane_equil/runtest b/test_problems/silane_equil/runtest index 30c55e4e1..13f051c41 100755 --- a/test_problems/silane_equil/runtest +++ b/test_problems/silane_equil/runtest @@ -10,7 +10,7 @@ temp_success="1" ################################################################# CANTERA_BIN=${CANTERA_BIN:=../../bin} -silane_equil > output.txt +./silane_equil > output.txt retnStat=$? if [ $retnStat != "0" ] then