Skip to content

Initialize all members of SequentialInformation

Summary

A default constructed Amg::SequentialInformation may be used uninitialized, since not all members are initialized by the default constructor. There is warning thrown by recent compilers about this and this MR fixes this by adding explicit default initializers for the two members. It would be better to have proper default values / constructor-calls for all members, though.

Merge request reports