Skip to content
Snippets Groups Projects
Commit 5a6ab47b authored by Oliver Sander's avatar Oliver Sander
Browse files

Remove spurious 'return' statement

parent c91ba460
No related branches found
No related tags found
1 merge request!307Unit test for scalar products
......@@ -424,7 +424,6 @@ namespace Dune {
for (typename T1::size_type i=0; i<x.size(); i++)
result += x[i]*(y[i])*mask[i];
result = cc.sum(result);
return;
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment