Skip to content

Commit bc76de9

Browse files
committed
Fix error in testing whether the tbl file exists.
1 parent 1a64d4c commit bc76de9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • examples/dfLowMachFoam/fgm/twoD_SandiaD_flareFGM

examples/dfLowMachFoam/fgm/twoD_SandiaD_flareFGM/Allrun

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22
cd ${0%/*} || exit 1 # Run from this directory
33

4-
if [ -e flare_CH4_SandiaD_4D.tbl]
4+
if [ -e flare_CH4_SandiaD_4D.tbl ]
55
then
66
echo "flare_CH4_SandiaD_4D.tbl exists. Make sure correct table has been used!"
77
else

0 commit comments

Comments
 (0)