mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: missing NamedEnum.
This commit is contained in:
@ -42,6 +42,10 @@ names[] =
|
|||||||
"faceZone", "patch"
|
"faceZone", "patch"
|
||||||
};
|
};
|
||||||
|
|
||||||
|
const Foam::NamedEnum<Foam::fieldValues::faceSource::sourceType, 2>
|
||||||
|
Foam::fieldValues::faceSource::sourceTypeNames_;
|
||||||
|
|
||||||
|
|
||||||
template<>
|
template<>
|
||||||
const char* Foam::NamedEnum<Foam::fieldValues::faceSource::operationType, 7>::
|
const char* Foam::NamedEnum<Foam::fieldValues::faceSource::operationType, 7>::
|
||||||
names[] =
|
names[] =
|
||||||
|
|||||||
Reference in New Issue
Block a user