mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: removed bash-dependent test for the existence of gnuplot
This commit is contained in:
@ -78,10 +78,11 @@ EOF
|
||||
|
||||
|
||||
# test if gnuplot exists on the system
|
||||
type -P gnuplot &>/dev/null || {
|
||||
if ! which gnuplot > /dev/null 2>&1
|
||||
then
|
||||
echo "gnuplot not found - skipping graph creation" >&2
|
||||
exit 1
|
||||
}
|
||||
fi
|
||||
|
||||
SETSDIR="../postProcessing/sets"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user