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

Qualify the MultiIndex class by '::'

All of a sudden it gets confused with a class of the same name
in dune-localfunctions.
parent eff9c845
No related branches found
No related tags found
No related merge requests found
......@@ -229,7 +229,7 @@ void testFrameInvariance()
// Set up elements of SE(3)
std::vector<TargetSpace> coefficients(domainDim+1);
MultiIndex index(domainDim+1, testPoints.size());
::MultiIndex index(domainDim+1, testPoints.size());
int numIndices = index.cycle();
for (int i=0; i<numIndices; i++, ++index) {
......@@ -277,7 +277,7 @@ void testEnergyGradient(Basis basis)
// Set up elements of SE(3)
std::vector<TargetSpace> coefficients(domainDim+1);
MultiIndex index(domainDim+1, testPoints.size());
::MultiIndex index(domainDim+1, testPoints.size());
int numIndices = index.cycle();
std::vector<typename RigidBodyMotion<double,3>::TangentVector> gradient(coefficients.size());
......
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