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:
Mark Olesen
2022-06-21 10:23:57 +02:00
parent 80b0f5f740
commit 2b86a22f56
5 changed files with 19 additions and 19 deletions

View File

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