Changes for VC++ compatibility
This commit is contained in:
parent
e88adcab71
commit
a5228797bf
2 changed files with 12 additions and 4 deletions
|
|
@ -2,7 +2,7 @@
|
|||
#
|
||||
#
|
||||
temp_success="1"
|
||||
/bin/rm -f output_0.txt diff_csv.txt diff_out_0.txt
|
||||
/bin/rm -f output_0.txt diff_csv.txt diff_out_0.txt output.txt output_a.txt
|
||||
|
||||
##########################################################################
|
||||
|
||||
|
|
@ -28,7 +28,11 @@ then
|
|||
echo "$prog returned with bad status, $retnStat, check output"
|
||||
fi
|
||||
|
||||
diff -w output_0_blessed.txt output_0.txt > diff_out_0.txt
|
||||
${CANTERA_BIN}/exp3to2.sh output_0.txt > output_a.txt
|
||||
cat output_a.txt | sed /'press any'/d > output.txt
|
||||
|
||||
|
||||
diff -w output_0_blessed.txt output.txt > diff_out_0.txt
|
||||
retnStat_0=$?
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
#
|
||||
#
|
||||
temp_success="1"
|
||||
/bin/rm -f output_0.txt kin1.csv diff_csv.txt diff_out_0.txt
|
||||
/bin/rm -f output_0.txt kin1.csv diff_csv.txt diff_out_0.txt output.txt output_a.txt
|
||||
|
||||
##########################################################################
|
||||
|
||||
|
|
@ -28,7 +28,11 @@ then
|
|||
echo "$prog returned with bad status, $retnStat, check output"
|
||||
fi
|
||||
|
||||
diff -w output_0_blessed.txt output_0.txt > diff_out_0.txt
|
||||
${CANTERA_BIN}/exp3to2.sh output_0.txt > output_a.txt
|
||||
cat output_a.txt | sed /'press any'/d > output.txt
|
||||
|
||||
|
||||
diff -w output_0_blessed.txt output.txt > diff_out_0.txt
|
||||
retnStat_0=$?
|
||||
|
||||
csvdiff -a 1.0E-20 kin1_blessed_0.csv kin1.csv > diff_csv.txt
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue