Skip to content

Fixed PrimaryVariablesSwitch::reset().

Dmitry Pavlov requested to merge dpavlov/dumux:fix/wasswitched into master

resize() does not reset existing values. There is no other place where wasSwitched_ is cleared. So the reset() did not work at all.

Merge request reports