BUG: Introducing notImplemented in Reaction.C

This commit is contained in:
sergio
2013-01-15 10:41:18 +00:00
parent d67b140109
commit b5927619d1

View File

@ -511,13 +511,11 @@ template<class ReactionThermo>
const Foam::List<typename Foam::Reaction<ReactionThermo>::specieCoeffs>& const Foam::List<typename Foam::Reaction<ReactionThermo>::specieCoeffs>&
Foam::Reaction<ReactionThermo>::glhs() const Foam::Reaction<ReactionThermo>::glhs() const
{ {
/*
notImplemented notImplemented
( (
"inline const List<typename Reaction<ReactionThermo>::specieCoeffs>&" "inline const List<typename Reaction<ReactionThermo>::specieCoeffs>&"
"Reaction<ReactionThermo>::glhs()" "Reaction<ReactionThermo>::glhs()"
); );
*/
return *reinterpret_cast<List<specieCoeffs>*>(0); return *reinterpret_cast<List<specieCoeffs>*>(0);
} }