BUG: missing NamedEnum.

This commit is contained in:
mattijs
2010-04-13 11:11:22 +01:00
parent 42562ac65e
commit 4b5d82c63a

View File

@ -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[] =