Skip to content
Snippets Groups Projects
Commit 99c22976 authored by Andrew Heather's avatar Andrew Heather
Browse files

added git option

parent 5329c399
Branches
Tags
No related merge requests found
......@@ -5,7 +5,7 @@ set -x
if [ -d "$ParaView_DIR" -a -r "$ParaView_DIR" ]
then
case "$ParaView_VERSION" in
3*)
3* | git)
wmake libso vtkPV3Readers
PV3blockMeshReader/Allwmake
PV3FoamReader/Allwmake
......
......@@ -5,7 +5,7 @@ set -x
if [ -d "$ParaView_DIR" -a -r "$ParaView_DIR" ]
then
case "$ParaView_VERSION" in
3*)
3* | git)
wmake libso vtkPV3Foam
(
cd PV3FoamReader
......
......@@ -5,7 +5,7 @@ set -x
if [ -d "$ParaView_DIR" -a -r "$ParaView_DIR" ]
then
case "$ParaView_VERSION" in
3*)
3* | git)
wmake libso vtkPV3blockMesh
(
cd PV3blockMeshReader
......
......@@ -130,7 +130,7 @@ OpenFOAM)
esac
case "$ParaView_VERSION" in
3*)
3* | git)
# only create/remove caseFile if it didn't already exist
[ -e $caseFile ] || {
trap "rm -f $caseFile 2>/dev/null; exit 0" EXIT TERM INT
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment