Skip to content

[compositionalfluidstate] Fix bug introduced in commit 15029.

Thomas Fetzer requested to merge bugfix/fs309-uninitialized-values into master

Fixes a bug with conditional jump over uninitialized values, which was intoduced by generalizing how massFractions are set. This keeps the generalization, but reverts everything else to what it has been before.

Thanks gruenich for git-bisecting.

Merge request reports