TensorGridFactory: return `unique_ptr` instead of `shared_ptr`
StructuredGridFactory switched from returning a shared_ptr
to
returing a unique_ptr
in f96b091d.
This commit implements the same change for TensorGridFactory.
See also !212 (merged)
StructuredGridFactory switched from returning a shared_ptr
to
returing a unique_ptr
in f96b091d.
This commit implements the same change for TensorGridFactory.
See also !212 (merged)