Skip to content
Snippets Groups Projects
Commit b1c522df authored by Dr. Felix Tobias Schindler's avatar Dr. Felix Tobias Schindler
Browse files

[spaces.fv.default] minor fix

parent 3a159513
No related branches found
No related tags found
No related merge requests found
...@@ -82,8 +82,7 @@ public: ...@@ -82,8 +82,7 @@ public:
Default(const std::shared_ptr<const GridViewType>& gv) Default(const std::shared_ptr<const GridViewType>& gv)
: grid_view_(gv) : grid_view_(gv)
, mapper_(std::make_shared<MapperType>(*grid_view_)) , mapper_(std::make_shared<MapperType>(*grid_view_))
, communicator_(CommunicationChooserType::create(gridPart_->gridView())) , communicator_(CommunicationChooserType::create(*grid_view_))
, communicator_prepared_(false)
{ {
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment