From da6d251e3ef04b37d9297fe91e36646373ea733c Mon Sep 17 00:00:00 2001 From: Henry Weller Date: Thu, 17 Sep 2015 09:47:27 +0100 Subject: [PATCH] Renamed reactingEulerFoam phaseSystemTemplates.H -> phaseSystemTemplates.C This file contains definitions rather than declarations --- .../reactingEulerFoam/phaseSystems/phaseSystem/phaseSystem.H | 2 +- .../{phaseSystemTemplates.H => phaseSystemTemplates.C} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename applications/solvers/multiphase/reactingEulerFoam/phaseSystems/phaseSystem/{phaseSystemTemplates.H => phaseSystemTemplates.C} (100%) diff --git a/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/phaseSystem/phaseSystem.H b/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/phaseSystem/phaseSystem.H index 95eb7f6a3..001f1acdd 100644 --- a/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/phaseSystem/phaseSystem.H +++ b/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/phaseSystem/phaseSystem.H @@ -365,7 +365,7 @@ public: // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // #ifdef NoRepository -# include "phaseSystemTemplates.H" +# include "phaseSystemTemplates.C" #endif // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // diff --git a/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/phaseSystem/phaseSystemTemplates.H b/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/phaseSystem/phaseSystemTemplates.C similarity index 100% rename from applications/solvers/multiphase/reactingEulerFoam/phaseSystems/phaseSystem/phaseSystemTemplates.H rename to applications/solvers/multiphase/reactingEulerFoam/phaseSystems/phaseSystem/phaseSystemTemplates.C