From aefb7395840a672fe1b48210ea21e7378fc74619 Mon Sep 17 00:00:00 2001 From: Mark Olesen Date: Mon, 3 Jul 2017 12:15:41 +0200 Subject: [PATCH] STYLE: fix permissions on files, remove unused files --- .../multiphaseSystem/multiphaseSystem.H | 4 --- .../multiphaseSystem/multiphaseSystemI.H | 28 ------------------- .../preProcessing/setAlphaField/Make/files | 0 .../preProcessing/setAlphaField/Make/options | 0 .../constant/panelRegion/radiationProperties | 0 .../panelRegion/thermophysicalProperties | 0 .../compartmentFire/system/blockMeshDict.m4 | 0 .../system/panelRegion/decomposeParDict | 0 .../system/panelRegion/fvSchemes | 0 .../system/panelRegion/fvSolution | 0 .../rhoPimpleFoam/laminar/sineWaveDamping/0/p | 0 .../sphereDrop/0.orig/pointDisplacement | 0 12 files changed, 32 deletions(-) delete mode 100644 applications/solvers/multiphase/reactingEulerFoam/reactingMultiphaseEulerFoam/multiphaseSystem/multiphaseSystemI.H mode change 100755 => 100644 applications/utilities/preProcessing/setAlphaField/Make/files mode change 100755 => 100644 applications/utilities/preProcessing/setAlphaField/Make/options mode change 100755 => 100644 tutorials/combustion/fireFoam/LES/compartmentFire/constant/panelRegion/radiationProperties mode change 100755 => 100644 tutorials/combustion/fireFoam/LES/compartmentFire/constant/panelRegion/thermophysicalProperties mode change 100755 => 100644 tutorials/combustion/fireFoam/LES/compartmentFire/system/blockMeshDict.m4 mode change 100755 => 100644 tutorials/combustion/fireFoam/LES/compartmentFire/system/panelRegion/decomposeParDict mode change 100755 => 100644 tutorials/combustion/fireFoam/LES/compartmentFire/system/panelRegion/fvSchemes mode change 100755 => 100644 tutorials/combustion/fireFoam/LES/compartmentFire/system/panelRegion/fvSolution mode change 100755 => 100644 tutorials/compressible/rhoPimpleFoam/laminar/sineWaveDamping/0/p mode change 100755 => 100644 tutorials/multiphase/compressibleInterDyMFoam/laminar/sphereDrop/0.orig/pointDisplacement diff --git a/applications/solvers/multiphase/reactingEulerFoam/reactingMultiphaseEulerFoam/multiphaseSystem/multiphaseSystem.H b/applications/solvers/multiphase/reactingEulerFoam/reactingMultiphaseEulerFoam/multiphaseSystem/multiphaseSystem.H index dca55bf873..57a5afcb41 100644 --- a/applications/solvers/multiphase/reactingEulerFoam/reactingMultiphaseEulerFoam/multiphaseSystem/multiphaseSystem.H +++ b/applications/solvers/multiphase/reactingEulerFoam/reactingMultiphaseEulerFoam/multiphaseSystem/multiphaseSystem.H @@ -207,10 +207,6 @@ public: // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // -#include "multiphaseSystemI.H" - -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - #endif // ************************************************************************* // diff --git a/applications/solvers/multiphase/reactingEulerFoam/reactingMultiphaseEulerFoam/multiphaseSystem/multiphaseSystemI.H b/applications/solvers/multiphase/reactingEulerFoam/reactingMultiphaseEulerFoam/multiphaseSystem/multiphaseSystemI.H deleted file mode 100644 index b4ea367451..0000000000 --- a/applications/solvers/multiphase/reactingEulerFoam/reactingMultiphaseEulerFoam/multiphaseSystem/multiphaseSystemI.H +++ /dev/null @@ -1,28 +0,0 @@ -/*---------------------------------------------------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | - \\ / A nd | Copyright (C) 2014-2015 OpenFOAM Foundation - \\/ M anipulation | -------------------------------------------------------------------------------- -License - This file is part of OpenFOAM. - - OpenFOAM is free software: you can redistribute it and/or modify it - under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - OpenFOAM is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License - for more details. - - You should have received a copy of the GNU General Public License - along with OpenFOAM. If not, see . - -\*---------------------------------------------------------------------------*/ - -// * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * // - -// ************************************************************************* // diff --git a/applications/utilities/preProcessing/setAlphaField/Make/files b/applications/utilities/preProcessing/setAlphaField/Make/files old mode 100755 new mode 100644 diff --git a/applications/utilities/preProcessing/setAlphaField/Make/options b/applications/utilities/preProcessing/setAlphaField/Make/options old mode 100755 new mode 100644 diff --git a/tutorials/combustion/fireFoam/LES/compartmentFire/constant/panelRegion/radiationProperties b/tutorials/combustion/fireFoam/LES/compartmentFire/constant/panelRegion/radiationProperties old mode 100755 new mode 100644 diff --git a/tutorials/combustion/fireFoam/LES/compartmentFire/constant/panelRegion/thermophysicalProperties b/tutorials/combustion/fireFoam/LES/compartmentFire/constant/panelRegion/thermophysicalProperties old mode 100755 new mode 100644 diff --git a/tutorials/combustion/fireFoam/LES/compartmentFire/system/blockMeshDict.m4 b/tutorials/combustion/fireFoam/LES/compartmentFire/system/blockMeshDict.m4 old mode 100755 new mode 100644 diff --git a/tutorials/combustion/fireFoam/LES/compartmentFire/system/panelRegion/decomposeParDict b/tutorials/combustion/fireFoam/LES/compartmentFire/system/panelRegion/decomposeParDict old mode 100755 new mode 100644 diff --git a/tutorials/combustion/fireFoam/LES/compartmentFire/system/panelRegion/fvSchemes b/tutorials/combustion/fireFoam/LES/compartmentFire/system/panelRegion/fvSchemes old mode 100755 new mode 100644 diff --git a/tutorials/combustion/fireFoam/LES/compartmentFire/system/panelRegion/fvSolution b/tutorials/combustion/fireFoam/LES/compartmentFire/system/panelRegion/fvSolution old mode 100755 new mode 100644 diff --git a/tutorials/compressible/rhoPimpleFoam/laminar/sineWaveDamping/0/p b/tutorials/compressible/rhoPimpleFoam/laminar/sineWaveDamping/0/p old mode 100755 new mode 100644 diff --git a/tutorials/multiphase/compressibleInterDyMFoam/laminar/sphereDrop/0.orig/pointDisplacement b/tutorials/multiphase/compressibleInterDyMFoam/laminar/sphereDrop/0.orig/pointDisplacement old mode 100755 new mode 100644