Skip to content
Snippets Groups Projects
Commit bc2a9ef5 authored by Markus Blatt's avatar Markus Blatt
Browse files

Merge branch 'issue/initialize-members-sequential-ionformation' into 'master'

Initialize all members of SequentialInformation

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