mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
added: data::SegmentPressures mpiserializer test
This commit is contained in:
parent
aabcc5161c
commit
a5c8ed50d5
@ -1370,6 +1370,7 @@ INSTANTIATE_PACK(std::array<short,3>)
|
||||
INSTANTIATE_PACK(std::array<bool,3>)
|
||||
INSTANTIATE_PACK(std::array<int,3>)
|
||||
INSTANTIATE_PACK(std::array<double,4>)
|
||||
INSTANTIATE_PACK(std::array<double,5>)
|
||||
INSTANTIATE_PACK(std::map<std::pair<int,int>,std::pair<bool,double>>)
|
||||
INSTANTIATE_PACK(std::optional<double>)
|
||||
INSTANTIATE_PACK(std::optional<std::string>)
|
||||
|
@ -578,6 +578,7 @@ TEST_FOR_TYPE_NAMED(data::GroupGuideRates, GroupGuideRates)
|
||||
TEST_FOR_TYPE_NAMED(data::GuideRateValue, GuideRateValue)
|
||||
TEST_FOR_TYPE_NAMED(data::NodeData, NodeData)
|
||||
TEST_FOR_TYPE_NAMED(data::Rates, Rates)
|
||||
TEST_FOR_TYPE_NAMED(data::SegmentPressures, SegmentPressures)
|
||||
TEST_FOR_TYPE_NAMED(data::Solution, Solution)
|
||||
TEST_FOR_TYPE(Deck)
|
||||
TEST_FOR_TYPE(DeckItem)
|
||||
|
Loading…
Reference in New Issue
Block a user