mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
ParallelPAvgDynamicSourceData: template Scalar type
This commit is contained in:
@@ -166,7 +166,7 @@ BOOST_AUTO_TEST_CASE(Eval_and_collect)
|
||||
|
||||
const auto num_src_loc = std::size_t{50};
|
||||
|
||||
auto source_data = Opm::ParallelPAvgDynamicSourceData {
|
||||
auto source_data = Opm::ParallelPAvgDynamicSourceData<double> {
|
||||
comm, sourceLocations(num_src_loc),
|
||||
LocalCellIndex { comm_rank, comm_size }
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user