mirror of
https://github.com/OPM/opm-simulators.git
synced 2026-09-05 04:40:19 -05:00
PerfData: template Scalar type
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user