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

Nuke unused variable

parent 9d8580fb
No related branches found
No related tags found
No related merge requests found
...@@ -39,7 +39,6 @@ class SampleFunctional : public SmallFunctional<2> { ...@@ -39,7 +39,6 @@ class SampleFunctional : public SmallFunctional<2> {
}; };
int main() { int main() {
int dim = 2;
SampleFunctional::SmallMatrix A; SampleFunctional::SmallMatrix A;
A[0][0] = 3; A[0][0] = 3;
A[0][1] = 0; A[0][1] = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment