noScatter.H: Corrected #ifdef

Resolved bug-report http://openfoam.org/mantisbt/view.php?id=2065
This commit is contained in:
Henry Weller
2016-04-24 21:05:29 +01:00
parent a0e86416c5
commit 3758659ac6

View File

@ -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"