38 Pout<<
"coordinateRotation::New(const dictionary&) : " 39 <<
"constructing coordinateRotation" 45 objectRegistryConstructorTable::iterator cstrIter =
46 objectRegistryConstructorTablePtr_->find(rotType);
48 if (cstrIter == dictionaryConstructorTablePtr_->end())
53 ) <<
"Unknown coordinateRotation type " 54 << rotType <<
nl <<
nl 55 <<
"Valid coordinateRotation types are :" <<
nl 56 << dictionaryConstructorTablePtr_->sortedToc()
71 Pout<<
"coordinateRotation::New(const dictionary&) : " 72 <<
"constructing coordinateRotation" 78 dictionaryConstructorTable::iterator cstrIter =
79 dictionaryConstructorTablePtr_->find(rotType);
81 if (cstrIter == dictionaryConstructorTablePtr_->end())
86 ) <<
"Unknown coordinateRotation type " 87 << rotType <<
nl <<
nl 88 <<
"Valid coordinateRotation types are :" <<
nl 89 << dictionaryConstructorTablePtr_->sortedToc()
errorManipArg< error, int > exit(error &err, const int errNo=1)
A list of keyword definitions, which are a keyword followed by any number of values (e...
Ostream & endl(Ostream &os)
Add newline and flush stream.
A class for handling words, derived from string.
static autoPtr< coordinateRotation > New(const dictionary &dict, const objectRegistry &obr)
Select constructed from dictionary and objectRegistry.
#define FatalIOErrorInFunction(ios)
Report an error message using Foam::FatalIOError.
prefixOSstream Pout(cout, "Pout")
Registry of regIOobjects.
ITstream & lookup(const word &, bool recursive=false, bool patternMatch=true) const
Find and return an entry data stream.