From 2a2b128820df0b28669ae618393a5f764ec429a4 Mon Sep 17 00:00:00 2001 From: Arne Morten Kvarving Date: Wed, 26 May 2021 14:59:39 +0200 Subject: [PATCH] eclproblem: remove unused type alias --- ebos/eclproblem.hh | 2 -- 1 file changed, 2 deletions(-) diff --git a/ebos/eclproblem.hh b/ebos/eclproblem.hh index 5179a5b4b..24c338351 100644 --- a/ebos/eclproblem.hh +++ b/ebos/eclproblem.hh @@ -675,8 +675,6 @@ class EclProblem : public GetPropType using TracerModel = EclTracerModel; - using ElementIterator = typename GridView::template Codim<0>::Iterator; - using TabulatedTwoDFunction = UniformXTabulated2DFunction; using TabulatedFunction = Tabulated1DFunction;