Skip to content
Snippets Groups Projects
Commit 67bddf4d authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

[MaL] Comment unused function argument.

parent fac2b3ec
No related branches found
No related tags found
No related merge requests found
......@@ -308,7 +308,7 @@ void finalizeAssembly(EigenMatrix& x)
x.getRawMatrix().makeCompressed();
}
void finalizeAssembly(EigenVector& x) {}
void finalizeAssembly(EigenVector& /*x*/) {}
} // namespace LinAlg
......
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