STYLE: missing quote when reporting selection table aliases
This commit is contained in:
parent
cc47a37ed1
commit
460b29b8c7
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user