Fixing the materiallaw for all 2p excercises.
variable ‘hasNewAtPos’ set but not used [-Wunused-but-set-variable]
in the excercise-fracture when using the function:template<class ElementSolution>
auto fluidMatrixInteraction(const Element& element,
const SubControlVolume& scv,
const ElementSolution& elemSol) const
warning: when initialized here [-Wreorder]
which I could'nt resolve.