diff --git a/grid/test/gridcheck.cc b/grid/test/gridcheck.cc index 8ebe9127390ad4f1219b3e06c207cd0a56194ac6..fba8126ffe5f1db4dc5b7a8057f561e5e3fd80a1 100644 --- a/grid/test/gridcheck.cc +++ b/grid/test/gridcheck.cc @@ -456,7 +456,7 @@ struct GridInterface // Instantiate all methods of LocalIdSet /** \todo Test for subindex is missing, because I don't know yet how to test for the existence of certain codims */ - g.localIdset().template id<0>(*g.template lbegin<0>(0)); + g.localIdSet().template id<0>(*g.template lbegin<0>(0)); // Instantiate all methods of GlobalIdSet /** \todo Test for subindex is missing, because I don't know yet