Skip to content

Bugfix: Capture parameter classes by non-const references

Marian Piatkowski requested to merge bugfix/non-const-ref-parameter into master

This is related to issue #67 (closed) . In the Navier-Stokes implementation a const reference to the parameter classses is held. This is in conflict with the setTime()-method which then has to be const and the time variable mutable.

Merge request reports