Skip to content
Snippets Groups Projects
Commit 9c8e3f82 authored by Oliver Sander's avatar Oliver Sander
Browse files

Give BlockVector of BlockVectors some content before using it for testing

parent 32c51fc3
No related branches found
No related tags found
No related merge requests found
......@@ -200,7 +200,7 @@ int main()
v=0;
Dune::BlockVector<Dune::FieldVector<std::complex<double>,1> > v1;
v1=0;
VectorOfVector vv;
VectorOfVector vv = {{1.0, 2.0}, {3.0, 4.0, 5.0}, {6.0}};
vv.two_norm();
// Test construction from initializer_list
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment