Skip to content
Snippets Groups Projects
Commit 460b29b8 authored by Mark OLESEN's avatar Mark OLESEN
Browse files

STYLE: missing quote when reporting selection table aliases

parent cc47a37e
Branches
Tags
No related merge requests found
......@@ -33,8 +33,8 @@ Note
\*---------------------------------------------------------------------------*/
#ifndef addToRunTimeSelectionTable_H
#define addToRunTimeSelectionTable_H
#ifndef Foam_addToRunTimeSelectionTable_H
#define Foam_addToRunTimeSelectionTable_H
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
......
......@@ -147,7 +147,7 @@ Description
std::cerr \
<< "Using [v" << alt.second << "] '" << k \
<< "' instead of '" << alt.first \
<< " in runtime selection table: " \
<< "' in selection table: " \
<< #baseType << '\n' << std::endl; \
::Foam::error::warnAboutAge("lookup", alt.second); \
} \
......
......@@ -36,8 +36,8 @@ Note
\*---------------------------------------------------------------------------*/
#ifndef addToMemberFunctionSelectionTable_H
#define addToMemberFunctionSelectionTable_H
#ifndef Foam_addToMemberFunctionSelectionTable_H
#define Foam_addToMemberFunctionSelectionTable_H
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
......
......@@ -32,8 +32,8 @@ Note
\*---------------------------------------------------------------------------*/
#ifndef memberFunctionSelectionTables_H
#define memberFunctionSelectionTables_H
#ifndef Foam_memberFunctionSelectionTables_H
#define Foam_memberFunctionSelectionTables_H
#include "runTimeSelectionTables.H"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment