From 79254ff2224e9b9caac1a8336735920e5e0a9bf8 Mon Sep 17 00:00:00 2001 From: Andrew Heather Date: Fri, 29 Apr 2016 08:55:53 +0100 Subject: [PATCH 1/2] BUG: bashrc - added missing _foamSource scotch --- etc/bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/bashrc b/etc/bashrc index 897f7e96ec..9a190e2548 100644 --- a/etc/bashrc +++ b/etc/bashrc @@ -179,6 +179,7 @@ _foamSource `$WM_PROJECT_DIR/bin/foamEtcFile config.sh/paraview` _foamSource `$WM_PROJECT_DIR/bin/foamEtcFile config.sh/ensight` _foamSource `$WM_PROJECT_DIR/bin/foamEtcFile config.sh/gperftools` _foamSource `$WM_PROJECT_DIR/bin/foamEtcFile config.sh/CGAL` +_foamSource `$WM_PROJECT_DIR/bin/foamEtcFile config.sh/scotch` # Clean environment paths again. Only remove duplicates From 48caf88af9f7ec757e4c40fa0eb434915513f982 Mon Sep 17 00:00:00 2001 From: Andrew Heather Date: Fri, 29 Apr 2016 15:47:35 +0100 Subject: [PATCH 2/2] STYLE: corrected header --- bin/tools/RunFunctions | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/tools/RunFunctions b/bin/tools/RunFunctions index 6a73aa99b1..66a1d7b118 100644 --- a/bin/tools/RunFunctions +++ b/bin/tools/RunFunctions @@ -2,7 +2,6 @@ # ========= | # \\ / F ield | OpenFOAM: The Open Source CFD Toolbox # \\ / O peration | -# \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation # \\ / A nd | Copyright (C) 2011-2016 OpenFOAM Foundation # \\/ M anipulation | Copyright (C) 2015 OpenCFD Ltd. #------------------------------------------------------------------------------