From 3758659ac6f7b8e9a0aef76d864dc146853b60d9 Mon Sep 17 00:00:00 2001
From: Henry Weller <http://cfd.direct>
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 19b629adc26..1ce0ad0ff3a 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"
 
-- 
GitLab