Corrected file conditional compilation macro names to be consistency with the file names

Scripts contributed by Bruno Santos
Resolves request https://bugs.openfoam.org/view.php?id=2692#c8735
This commit is contained in:
Henry Weller
2017-09-12 13:39:48 +01:00
parent 6832a4375e
commit 018adc16c9
88 changed files with 295 additions and 255 deletions

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011-2016 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-2017 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -32,8 +32,8 @@ SourceFiles
\*---------------------------------------------------------------------------*/
#ifndef streamLineCloud_H
#define streamLineCloud_H
#ifndef streamLineParticleCloud_H
#define streamLineParticleCloud_H
#include "Cloud.H"
#include "streamLineParticle.H"