From 0b26b4bab89c05a4d3d84dd56040b26759a6a76a Mon Sep 17 00:00:00 2001 From: Henry Weller Date: Fri, 6 Oct 2017 16:57:02 +0100 Subject: [PATCH] thermoFoam: Removed duplicate #include Resolves bug-report https://bugs.openfoam.org/view.php?id=2714 --- applications/solvers/heatTransfer/thermoFoam/thermoFoam.C | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/applications/solvers/heatTransfer/thermoFoam/thermoFoam.C b/applications/solvers/heatTransfer/thermoFoam/thermoFoam.C index bf9b09840..c9331b3b9 100644 --- a/applications/solvers/heatTransfer/thermoFoam/thermoFoam.C +++ b/applications/solvers/heatTransfer/thermoFoam/thermoFoam.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2013-2016 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2013-2017 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -32,7 +32,6 @@ Description #include "fvCFD.H" #include "rhoThermo.H" #include "turbulentFluidThermoModel.H" -#include "turbulentFluidThermoModel.H" #include "LESModel.H" #include "radiationModel.H" #include "fvOptions.H"