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) 2016 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2016-2017 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -37,8 +37,8 @@ SourceFiles
\*---------------------------------------------------------------------------*/
#ifndef functionObjects_timeControl_H
#define functionObjects_timeControl_H
#ifndef timeControlFunctionObject_H
#define timeControlFunctionObject_H
#include "functionObject.H"
#include "dictionary.H"