solaris 10 updates

fixed a compilation error.
This commit is contained in:
Harry Moffat
2007-03-20 22:01:29 +00:00
parent dc094b2338
commit 70499779ec
3 changed files with 5 additions and 4 deletions

View File

@@ -137,7 +137,7 @@ double calc(double temp, double Iionic) {
return gex;
}
main() {
int main() {
printf("standalone test of Gibbs excess free energy:\n");
printf("T = 50C\n");
@@ -148,4 +148,5 @@ main() {
printf("T = 200C\n");
res = calc(273.15 + 200., Iionic);
return 0;
}

View File

@@ -23,9 +23,9 @@ diff -w outputa.txt output_blessed.txt > diff_test.out
retnStat=$?
if [ $retnStat = "0" ]
then
echo "successful diff comparison on ISSPTester test"
echo "successful diff comparison on issp test"
else
echo "unsuccessful diff comparison on ISSPTester test"
echo "unsuccessful diff comparison on issp test"
echo "FAILED" > csvCode.txt
temp_success="0"
fi

View File

@@ -10,7 +10,7 @@ testName=pureFluidTest_Water
#################################################################
CANTERA_DATA=${CANTERA_DATA:=../../../data/inputs}; export CANTERA_DATA
CANTERA_BIN=${CANTERA_BIN:=../../../bin}
CANTERA_BIN=${CANTERA_BIN:=../../bin}
./testPureWater > output.txt
retnStat=$?
if [ $retnStat != "0" ]