Skip to content

Use correct return type when creating grid

lh1887 requested to merge bugfix/return-type-in-functionintegratortest into master

The grid factory will return a unique_ptr by now which can not be converted into a raw pointer.

This should also fix the CI failure.

Merge request reports