PerfData: template Scalar type

This commit is contained in:
Arne Morten Kvarving
2024-04-17 11:12:40 +02:00
parent ea1f4f822b
commit d350049876
6 changed files with 46 additions and 36 deletions
+2 -1
View File
@@ -105,7 +105,8 @@ TEST_FOR_TYPE(ALQState)
TEST_FOR_TYPE(GroupState)
TEST_FOR_TYPE(HardcodedTimeStepControl)
TEST_FOR_TYPE(Inplace)
TEST_FOR_TYPE(PerfData)
namespace Opm { using PerfD = PerfData<double>; }
TEST_FOR_TYPE_NAMED(PerfD, PerfData)
TEST_FOR_TYPE(PIDAndIterationCountTimeStepControl)
TEST_FOR_TYPE(PIDTimeStepControl)
TEST_FOR_TYPE(SegmentState)