Skip to content
Snippets Groups Projects
Commit e88939c2 authored by Oliver Sander's avatar Oliver Sander Committed by sander@PCPOOL.MI.FU-BERLIN.DE
Browse files

bugfix: forgot return statement

[[Imported from SVN: r5600]]
parent 8926f36d
Branches
Tags
No related merge requests found
......@@ -46,6 +46,7 @@ private:
result[0] -= local[i];
result[i+1] = local[i];
}
return result;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment