BUG: inconsistent ifdef detection for application -listXXX options
- as part of the style change, include guards are increasingly prefixed with 'Foam_'
This commit is contained in:
@ -198,8 +198,8 @@ SourceFiles
|
||||
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
#ifndef functionObject_H
|
||||
#define functionObject_H
|
||||
#ifndef Foam_functionObject_H
|
||||
#define Foam_functionObject_H
|
||||
|
||||
#include "typeInfo.H"
|
||||
#include "autoPtr.H"
|
||||
|
||||
Reference in New Issue
Block a user