Skip to content
Snippets Groups Projects
Commit d022214d authored by Henry Weller's avatar Henry Weller
Browse files

ReversibleReaction: Corrected test

parent 7be9bb61
No related branches found
No related tags found
No related merge requests found
......@@ -146,7 +146,7 @@ Foam::scalar Foam::ReversibleReaction
{
scalar Kc = this->Kc(p, T);
if (mag(Kc > VSMALL))
if (mag(Kc) > VSMALL)
{
return kfwd/Kc;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment