From 6005258c10cf99c4293def4589c306b865849a75 Mon Sep 17 00:00:00 2001 From: Henry Weller Date: Sun, 24 Apr 2016 21:05:29 +0100 Subject: [PATCH] noScatter.H: Corrected #ifdef Resolved bug-report http://openfoam.org/mantisbt/view.php?id=2065 --- .../radiation/submodels/scatterModel/noScatter/noScatter.H | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/thermophysicalModels/radiation/submodels/scatterModel/noScatter/noScatter.H b/src/thermophysicalModels/radiation/submodels/scatterModel/noScatter/noScatter.H index 19b629adc..1ce0ad0ff 100644 --- a/src/thermophysicalModels/radiation/submodels/scatterModel/noScatter/noScatter.H +++ b/src/thermophysicalModels/radiation/submodels/scatterModel/noScatter/noScatter.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2012-2015 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2012-2016 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -32,8 +32,8 @@ SourceFiles \*---------------------------------------------------------------------------*/ -#ifndef radiationConstantScatter_H -#define radiationConstantScatter_H +#ifndef radiationNoScatter_H +#define radiationNoScatter_H #include "scatterModel.H"