[gridfactory] Fix compiler warning for deprecated insertElement
Compare changes
- Timo Koch authored
* The deprecated interface exists and should be marked override at least until release 2.8 including the release. * After 2.8, i.e. 2.9-git the interface can be removed and is also removed here in foamgrid
@@ -193,6 +193,8 @@ template <int dimworld, class ct>
@@ -202,10 +204,7 @@ DUNE_NO_DEPRECATED_BEGIN
@@ -223,6 +222,7 @@ DUNE_NO_DEPRECATED_BEGIN
@@ -392,6 +392,8 @@ template <int dimworld, class ct>
@@ -401,10 +403,7 @@ DUNE_NO_DEPRECATED_BEGIN
@@ -422,6 +421,7 @@ DUNE_NO_DEPRECATED_BEGIN