Skip to content
Snippets Groups Projects
Commit 4395ae38 authored by Simon Praetorius's avatar Simon Praetorius
Browse files

Initialize all members of SequentialInformation

parent 06877497
No related branches found
No related tags found
1 merge request!545Initialize all members of SequentialInformation
Pipeline #65238 passed
......@@ -92,8 +92,8 @@ namespace Dune
SequentialInformation(const SequentialInformation&)
{}
private:
MPICommunicator comm_;
GlobalLookupIndexSet gli;
MPICommunicator comm_{};
GlobalLookupIndexSet gli{};
};
......
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