Skip to content
Snippets Groups Projects
Commit b5927619 authored by sergio's avatar sergio
Browse files

BUG: Introducing notImplemented in Reaction.C

parent d67b1401
Branches
Tags
No related merge requests found
...@@ -511,13 +511,11 @@ template<class ReactionThermo> ...@@ -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);
} }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment