COMP: cellSource compilation

This commit is contained in:
mattijs
2010-06-02 11:08:52 +01:00
parent f1ee573aa0
commit 2eab4044f6
4 changed files with 6 additions and 6 deletions

View File

@ -32,11 +32,11 @@ License
defineTypeNameAndDebug(Foam::fieldValues::cellSource, 0);
template<>
const char* NamedEnum<fieldValues::cellSource::sourceType, 2>::
const char* Foam::NamedEnum<Foam::fieldValues::cellSource::sourceType, 2>::
names[] = {"cellZone", "all"};
const NamedEnum<fieldValues::cellSource::sourceType, 2>
fieldValues::cellSource::sourceTypeNames_;
const Foam::NamedEnum<Foam::fieldValues::cellSource::sourceType, 2>
Foam::fieldValues::cellSource::sourceTypeNames_;
template<>
const char* Foam::NamedEnum<Foam::fieldValues::cellSource::operationType, 7>::

View File

@ -94,7 +94,7 @@ public:
};
//- Source type names
static const NamedEnum<sourceType, 1> sourceTypeNames_;
static const NamedEnum<sourceType, 2> sourceTypeNames_;
//- Operation type enumeration