From 2446f9ed0e2c056894d5ec10d9b5c24e509f4a44 Mon Sep 17 00:00:00 2001
From: Oliver Sander <oliver.sander@tu-dresden.de>
Date: Tue, 8 Oct 2019 15:35:08 +0200
Subject: [PATCH] Replace another 'MultiIndex' by '::MultiIndex'

To prevent confusion with a class of the same name in
dune-localfunctions.
---
 test/cosseratenergytest.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/cosseratenergytest.cc b/test/cosseratenergytest.cc
index 8f111488..b2605f42 100644
--- a/test/cosseratenergytest.cc
+++ b/test/cosseratenergytest.cc
@@ -365,7 +365,7 @@ int main(int argc, char** argv)
     // Set up elements of SO(3)
     std::vector<TargetSpace> corners(domainDim+1);
 
-    MultiIndex index(domainDim+1, nTestPoints);
+    ::MultiIndex index(domainDim+1, nTestPoints);
     int numIndices = index.cycle();
 
     for (int i=0; i<numIndices; i++, ++index)
-- 
GitLab