Skip to content
Snippets Groups Projects
Commit 1f5b5d87 authored by Norihiro Watanabe's avatar Norihiro Watanabe
Browse files

delete an unused parameter in LisLinearSystem

parent 4a9d8c18
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ bool LisLinearSystem::checkError(int err)
return ok;
}
LisLinearSystem::LisLinearSystem(std::size_t dimension, RowMajorSparsity* /*sp*/)
LisLinearSystem::LisLinearSystem(std::size_t dimension, RowMajorSparsity*)
: _dim(dimension), _max_diag_coeff(.0)
{
int ierr = 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