eclproblem: remove unused type alias

This commit is contained in:
Arne Morten Kvarving
2021-05-26 14:59:39 +02:00
parent fe57de72b2
commit 2a2b128820
-2
View File
@@ -675,8 +675,6 @@ class EclProblem : public GetPropType<TypeTag, Properties::BaseProblem>
using TracerModel = EclTracerModel<TypeTag>;
using ElementIterator = typename GridView::template Codim<0>::Iterator;
using TabulatedTwoDFunction = UniformXTabulated2DFunction<Scalar>;
using TabulatedFunction = Tabulated1DFunction<Scalar>;