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 core/dune-istl!545
parents 06877497 4395ae38
No related branches found
No related tags found
No related merge requests found
......@@ -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