Bugfix/paraview does not accept
Paraview does not accept the & symbol in a function-name.
So I changed const& to cref and & to ref in the expressions.
Paraview does not accept the & symbol in a function-name.
So I changed const& to cref and & to ref in the expressions.