Skip to content
Snippets Groups Projects
Commit dfacafda authored by Steffen Müthing's avatar Steffen Müthing
Browse files

Merge branch 'cleanup/fvector-member-initialization' into 'master'

[Cleanup] Fix GCC warning by properly initializing member



See merge request !41
parents f40d8e51 6da6fac2
Branches
Tags
No related merge requests found
......@@ -105,7 +105,7 @@ namespace Dune {
//! Constructor making default-initialized vector
constexpr FieldVector()
: _data{}
: _data{{}}
{}
//! Constructor making vector with identical coordinates
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment