Reblessed this solution -> may be changing arbitrarily and problematically
This commit is contained in:
parent
3a7cca584c
commit
7113dd53da
4 changed files with 4220 additions and 4162 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ test:
|
|||
|
||||
|
||||
clean:
|
||||
rm -f *.log *.csv *.xml
|
||||
rm -f *.log
|
||||
./cleanup
|
||||
|
||||
# end of file
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue