Skip to content
Snippets Groups Projects
Commit 4b5d82c6 authored by mattijs's avatar mattijs
Browse files

BUG: missing NamedEnum.

parent 42562ac6
No related branches found
No related tags found
No related merge requests found
......@@ -42,6 +42,10 @@ names[] =
"faceZone", "patch"
};
const Foam::NamedEnum<Foam::fieldValues::faceSource::sourceType, 2>
Foam::fieldValues::faceSource::sourceTypeNames_;
template<>
const char* Foam::NamedEnum<Foam::fieldValues::faceSource::operationType, 7>::
names[] =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment