diff --git a/applications/utilities/postProcessing/graphics/PV3FoamReader/Allwmake b/applications/utilities/postProcessing/graphics/PV3FoamReader/Allwmake index 89f60db089c93a7af059e55ecf6038d2d2ce1570..b465021940a94ea37b0402321a60ad9a27f837d1 100755 --- a/applications/utilities/postProcessing/graphics/PV3FoamReader/Allwmake +++ b/applications/utilities/postProcessing/graphics/PV3FoamReader/Allwmake @@ -1,7 +1,7 @@ #!/bin/sh set -x -if [ "$ParaView_VERSION" = "3" -a "$ParaView_DIR" -a -r $ParaView_DIR ] ; then +if [ "$ParaView_VERSION" = "3.3-cvs" -a "$ParaView_DIR" -a -r $ParaView_DIR ] ; then wmake libso vtkPV3Foam (cd PV3FoamReader; mkdir -p Make/$WM_OPTIONS > /dev/null 2>&1; cd Make/$WM_OPTIONS; cmake ../..; make) fi diff --git a/applications/utilities/postProcessing/graphics/PVFoamReader/Allwmake b/applications/utilities/postProcessing/graphics/PVFoamReader/Allwmake index 6065125a3efc977acbba2bfa07c89dad47be66cb..2894a7ced797e76793a696499d6711004882cf2c 100755 --- a/applications/utilities/postProcessing/graphics/PVFoamReader/Allwmake +++ b/applications/utilities/postProcessing/graphics/PVFoamReader/Allwmake @@ -1,7 +1,7 @@ #!/bin/sh set -x -if [ "$ParaView_VERSION" != "3" -a "$ParaView_DIR" -a -r $ParaView_DIR ] ; then +if [ "$ParaView_VERSION" != "3.3-cvs" -a "$ParaView_DIR" -a -r $ParaView_DIR ] ; then wmake libso vtkFoam (cd PVFoamReader; mkdir -p Make/$WM_OPTIONS > /dev/null 2>&1; cd Make/$WM_OPTIONS; cmake ../..; make) fi