mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Observed data parsing. Add address creation unit test
This commit is contained in:
@@ -338,7 +338,7 @@ std::tuple<int, int, int> RifEclipseSummaryAddress::ijkTupleFromUiText(const std
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
std::string RifEclipseSummaryAddress::formatUiTextRegionToRegion() const
|
||||
{
|
||||
return std::to_string(this->regionNumber()) + " -> "
|
||||
return std::to_string(this->regionNumber()) + " - "
|
||||
+ std::to_string(this->regionNumber2());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user