Skip to content

Make scalar products compile again

Steffen Müthing requested to merge bugfix/unbreak-scalar-products into master

Someone made the interface methods of ScalarProduct const, so we'll have to follow suit to make PDELab compile again.

WARNING: As this is a breaking upstream change, PDELab will now require at least dune-istl 929e5a4d!

Merge request reports