mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: minor code changes
This commit is contained in:
@ -435,11 +435,11 @@ Ostream& operator<<(Ostream&, const token::compound&);
|
||||
|
||||
|
||||
#define defineCompoundTypeName(Type, Name) \
|
||||
typedef token::Compound<Type > tokenCompound##Name##_; \
|
||||
typedef token::Compound<Type> tokenCompound##Name##_; \
|
||||
defineTemplateTypeNameAndDebugWithName(tokenCompound##Name##_, #Type, 0);
|
||||
|
||||
#define addCompoundToRunTimeSelectionTable(Type, Name) \
|
||||
token::compound::addIstreamConstructorToTable<token::Compound<Type > > \
|
||||
token::compound::addIstreamConstructorToTable<token::Compound<Type> > \
|
||||
add##Name##IstreamConstructorToTable_;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user