mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: Introducing notImplemented in Reaction.C
This commit is contained in:
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user