Bugfix: Capture parameter classes by non-const references
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
.