mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: missing quote when reporting selection table aliases
This commit is contained in:
@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user