remove unused type

This commit is contained in:
Tobias Meyer Andersen 2025-02-13 13:22:25 +01:00
parent 1511004f0a
commit b21a29e865

View File

@ -28,7 +28,6 @@
using Evaluation = Opm::DenseAd::Evaluation<double, 3>;
using GpuB = Opm::gpuistl::GpuBuffer<double>;
using GpuV = Opm::gpuistl::GpuView<double>;
using ConstGpuV = Opm::gpuistl::GpuView<const double>;
using GpuTab = Opm::UniformTabulated2DFunction<double, GpuV>;