Skip to content
Snippets Groups Projects
Commit 6da6fac2 authored by René Heß's avatar René Heß
Browse files

[Cleanup] Fix GCC warning by properly initializing member

parent f40d8e51
Branches
Tags
1 merge request!41[Cleanup] Fix GCC warning by properly initializing member
......@@ -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