Skip to content
Snippets Groups Projects

Remove unused-parameter warnings

Merged Simon Praetorius requested to merge issue/remove-several-warnings into master
1 unresolved thread
Files
3
+ 1
1
@@ -657,7 +657,7 @@ namespace Dune {
// return the total required for this block
return {col_offset, row_offset};
}
}; // namespace Impl
} // namespace Impl
/**
Loading