Skip to content

Commit

Permalink
Fixed typo in fugacity wrapper function; see #1032
Browse files Browse the repository at this point in the history
  • Loading branch information
ibell committed May 2, 2016
1 parent 14736be commit 3a6516e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Backends/Helmholtz/MixtureDerivatives.h
Expand Up @@ -812,7 +812,7 @@ class MixtureDerivatives{
return HEOS.dalphar_dDelta();
}
static CoolPropDbl ln_fugacity(CoolProp::HelmholtzEOSMixtureBackend &HEOS, std::size_t i, CoolProp::x_N_dependency_flag xN_flag){
return log(MixtureDerivatives::fugacity_i(HEOS, i, xN_flag))
return log(MixtureDerivatives::fugacity_i(HEOS, i, xN_flag));
}

}; /* class MixtureDerivatives */
Expand Down

0 comments on commit 3a6516e

Please sign in to comment.