Reblessed this solution -> may be changing arbitrarily and problematically

This commit is contained in:
Harry Moffat 2009-12-29 01:41:01 +00:00
parent 3a7cca584c
commit 7113dd53da
4 changed files with 4220 additions and 4162 deletions

View file

@ -22,7 +22,7 @@ install:
@INSTALL@ -c -m ug+rw,o+r combustor_blessed_0.csv $(INST_DIR)
clean:
rm -f *.log *.csv *.xml
rm -f *.log
./cleanup
# end of file

View file

@ -11,7 +11,7 @@ test:
clean:
rm -f *.log *.csv *.xml
rm -f *.log
./cleanup
# end of file

View file

@ -30,7 +30,7 @@ fi
diff -w output_blessed_0.txt output_0.txt > diff_out_0.txt
retnStat_0=$?
csvdiff -a 1.0E-50 combustor_blessed_0.csv combustor.csv > diff_csv.txt
csvdiff -a 1.0E-15 combustor_blessed_0.csv combustor.csv > diff_csv.txt
retnStat_csv_0=$?
retnTotal=1