mirror of
https://develop.openfoam.com/Development/ThirdParty-common.git
synced 2025-12-08 06:57:50 +00:00
STYLE: adjust comment to reflect change to wmRefresh
This commit is contained in:
@ -391,8 +391,8 @@ installParaView()
|
|||||||
cat<< INFO
|
cat<< INFO
|
||||||
---
|
---
|
||||||
Installation complete for paraview-$ParaView_VERSION
|
Installation complete for paraview-$ParaView_VERSION
|
||||||
Now update the environment by running:
|
You may need to update the OpenFOAM environment by running:
|
||||||
wmREFRESH
|
wmRefresh
|
||||||
---
|
---
|
||||||
INFO
|
INFO
|
||||||
}
|
}
|
||||||
|
|||||||
@ -415,7 +415,7 @@ cat<< INFO
|
|||||||
ParaView_DIR=$ParaView_DIR
|
ParaView_DIR=$ParaView_DIR
|
||||||
|
|
||||||
You may need to update the OpenFOAM environment by running:
|
You may need to update the OpenFOAM environment by running:
|
||||||
wmREFRESH
|
wmRefresh
|
||||||
---
|
---
|
||||||
INFO
|
INFO
|
||||||
}
|
}
|
||||||
|
|||||||
@ -102,7 +102,7 @@ do
|
|||||||
done
|
done
|
||||||
|
|
||||||
# assert: directory must be available
|
# assert: directory must be available
|
||||||
[ -d "${ccmioPACKAGE}" ] || die "missing source directory '$ccmioPACKAGE'"
|
[ -d "$ccmioPACKAGE" ] || die "missing source directory '$ccmioPACKAGE'"
|
||||||
|
|
||||||
|
|
||||||
#------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user