Skip to content

[python] store grid as shared_ptr instead of unique_ptr

Christian Engwer requested to merge fix/python-grid-shared_ptr into master

see #150 (closed)

with this MR we explicitly set the storage type of a Grid (not the GridView!) to shared_ptr.

The question is whether we should also do this for other classes...

@andreas.dedner @samuel.burbulla what is your opinion?

Merge request reports