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

Replace another 'MultiIndex' by '::MultiIndex'

To prevent confusion with a class of the same name in
dune-localfunctions.
parent 09f7b00b
Branches
No related tags found
No related merge requests found
...@@ -365,7 +365,7 @@ int main(int argc, char** argv) ...@@ -365,7 +365,7 @@ int main(int argc, char** argv)
// Set up elements of SO(3) // Set up elements of SO(3)
std::vector<TargetSpace> corners(domainDim+1); std::vector<TargetSpace> corners(domainDim+1);
MultiIndex index(domainDim+1, nTestPoints); ::MultiIndex index(domainDim+1, nTestPoints);
int numIndices = index.cycle(); int numIndices = index.cycle();
for (int i=0; i<numIndices; i++, ++index) for (int i=0; i<numIndices; i++, ++index)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment