Skip to content

Bugfix/paraview does not accept

Martin Alkämper requested to merge bugfix/paraview-does-not-accept- into master

Paraview does not accept the & symbol in a function-name.

So I changed const& to cref and & to ref in the expressions.

Merge request reports