Skip to content
Snippets Groups Projects
Commit 381da49d authored by Elias Pipping's avatar Elias Pipping Committed by Elias Pipping
Browse files

Initialise all matrix entries

parent 7b4790fd
No related branches found
No related tags found
No related merge requests found
......@@ -292,7 +292,7 @@ void testSampleFunction3D() {
int const dim = 3;
typedef Dune::SampleFunctional<dim> Functional;
Functional::SmallMatrix A;
Functional::SmallMatrix A(0);
A[0][0] = 3;
A[0][1] = 1.5;
A[1][0] = 1.5;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment