mirror of
https://github.com/Cantera/cantera.git
synced 2025-02-25 18:55:29 -06:00
solaris 10 updates
fixed a compilation error.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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" ]
|
||||
|
||||
Reference in New Issue
Block a user