LaheyKEpsilon: coefficient C3 -> C4 to avoid name clash with C3 in the base kEpsilon

This commit is contained in:
Henry Weller
2022-04-27 12:09:20 +01:00
parent 7b3631bc53
commit dd8e1fb5e0

View File

@ -119,7 +119,7 @@ bool LaheyKEpsilon<BasicMomentumTransportModel>::read()
{
alphaInversion_.readIfPresent(this->coeffDict());
Cp_.readIfPresent(this->coeffDict());
C3_.readIfPresent(this->coeffDict());
C4_.readIfPresent(this->coeffDict());
Cmub_.readIfPresent(this->coeffDict());
return true;