Skip to content
Snippets Groups Projects
Commit 4945bd2e authored by Simon Emmert's avatar Simon Emmert
Browse files

Merge branch 'fix/assertions' into 'master'

[h2on2] use correct index in assertion

See merge request !909
parents 08ea7ee7 ac1028f3
No related branches found
No related tags found
1 merge request!909[h2on2] use correct index in assertion
......@@ -249,7 +249,7 @@ public:
const int phaseIdx,
const int compIdx)
{
assert(compIdx == wCompIdx && phaseIdx == liquidPhaseIdx);
assert(compIdx == H2OIdx && phaseIdx == liquidPhaseIdx);
using std::exp;
return fugacityCoefficient(fluidState, phaseIdx, compIdx)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment