foamMonitor: Corrected typo
Resolves bug-report https://bugs.openfoam.org/view.php?id=3610
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
# ========= |
|
||||
# \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||
# \\ / O peration | Website: https://openfoam.org
|
||||
# \\ / A nd | Copyright (C) 2015-2019 OpenFOAM Foundation
|
||||
# \\ / A nd | Copyright (C) 2015-2021 OpenFOAM Foundation
|
||||
# \\/ M anipulation |
|
||||
#------------------------------------------------------------------------------
|
||||
# License
|
||||
@ -151,7 +151,7 @@ do
|
||||
done
|
||||
|
||||
[ $# -eq 1 ] || error "Incorrect arguments specified"
|
||||
[ -f "$1" ] || error "File $1 does not exit"
|
||||
[ -f "$1" ] || error "File $1 does not exist"
|
||||
file=$1
|
||||
|
||||
# Get keys from header
|
||||
|
||||
Reference in New Issue
Block a user