diff --git a/etc/prefs.csh-EXAMPLE b/etc/prefs.csh-EXAMPLE index 256381c54b..68d08b4ca6 100644 --- a/etc/prefs.csh-EXAMPLE +++ b/etc/prefs.csh-EXAMPLE @@ -2,7 +2,7 @@ # ========= | # \\ / F ield | OpenFOAM: The Open Source CFD Toolbox # \\ / O peration | -# \\ / A nd | Copyright (C) 2010-2010 OpenCFD Ltd. +# \\ / A nd | Copyright (C) 2010-2011 OpenCFD Ltd. # \\/ M anipulation | #------------------------------------------------------------------------------ # License @@ -44,9 +44,5 @@ ## ~~~~~~~~~~~~~~~~~~~~~~ #setenv WM_MPLIB SYSTEMOPENMPI -# Specify ParaView version -# ~~~~~~~~~~~~~~~~~~~~~~~~ -setenv ParaView_VERSION git # eg, cvs/git version -setenv ParaView_MAJOR 3.7 # ----------------------------------------------------------------- end-of-file diff --git a/etc/prefs.sh-EXAMPLE b/etc/prefs.sh-EXAMPLE index 60d4a21cd1..4820f82dcd 100644 --- a/etc/prefs.sh-EXAMPLE +++ b/etc/prefs.sh-EXAMPLE @@ -2,7 +2,7 @@ # ========= | # \\ / F ield | OpenFOAM: The Open Source CFD Toolbox # \\ / O peration | -# \\ / A nd | Copyright (C) 2010-2010 OpenCFD Ltd. +# \\ / A nd | Copyright (C) 2010-2011 OpenCFD Ltd. # \\/ M anipulation | #------------------------------------------------------------------------------ # License @@ -44,9 +44,5 @@ foamCompiler=system # ~~~~~~~~~~~~~~~~~~~~~~ export WM_MPLIB=SYSTEMOPENMPI -# Specify ParaView version -# ~~~~~~~~~~~~~~~~~~~~~~~~ -export ParaView_VERSION=git # eg, cvs/git version -export ParaView_MAJOR=3.7 # ----------------------------------------------------------------- end-of-file