Skip to content
Snippets Groups Projects
Commit 8288a4e5 authored by Sander, Oliver's avatar Sander, Oliver
Browse files

Add explicit namespace qualifier

This resolves a name ambiguity.
parent ac88a6f4
No related branches found
No related tags found
No related merge requests found
Pipeline #2288 failed
......@@ -94,7 +94,7 @@ void testUnitVector3d()
// Set up elements of S^2
std::vector<TargetSpace> coefficients(dim+1);
MultiIndex index(dim+1, testPoints.size());
::MultiIndex index(dim+1, testPoints.size());
int numIndices = index.cycle();
for (int i=0; i<numIndices; i++, ++index) {
......
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