mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1776 CVS data parser. Made parsing more generic. Handle error result columns
This commit is contained in:
@@ -607,6 +607,8 @@ QList<caf::PdmOptionItemInfo> RiuSummaryCurveDefSelection::calculateValueOptions
|
||||
{
|
||||
for (const auto& address : addrUnion[i])
|
||||
{
|
||||
if (address.isErrorResult()) continue;
|
||||
|
||||
auto name = address.uiText(identifierAndField->summaryIdentifier());
|
||||
if (name.size() > 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user