move ebos/ecltracermodel.hh to opm/simulators/flow

This commit is contained in:
Arne Morten Kvarving
2024-03-08 12:39:48 +01:00
parent 3a3881e8d9
commit 9d256bc233
4 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -428,7 +428,7 @@ BOOST_AUTO_TEST_CASE(EclGenericTracerModel)
namespace Opm {
class TBatchExport : public EclTracerModel<Properties::TTag::EbosTypeTag> {
class TBatchExport : public TracerModel<Properties::TTag::EbosTypeTag> {
public:
using TBatch = TracerBatch<double>;
};