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

Strip obsolete const from signature

parent 0b54ed95
No related branches found
No related tags found
No related merge requests found
...@@ -251,7 +251,7 @@ class MyBlockProblem<MyConvexProblemTypeTEMPLATE>::IterateObject { ...@@ -251,7 +251,7 @@ class MyBlockProblem<MyConvexProblemTypeTEMPLATE>::IterateObject {
*/ */
void solveLocalProblem( void solveLocalProblem(
LocalVectorType &ui, int m, LocalVectorType &ui, int m,
const typename Dune::BitSetVector<block_size>::const_reference ignore) { typename Dune::BitSetVector<block_size>::const_reference ignore) {
{ {
int ignore_component = int ignore_component =
block_size; // Special value that indicates nothing should be ignored block_size; // Special value that indicates nothing should be ignored
......
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