mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2003 Observed Data : Adjust minimum required headers based on presence of units and scaling
This commit is contained in:
@@ -299,7 +299,7 @@ size_t RifEclipseUserDataKeywordTools::computeRequiredHeaderLineCount(const std:
|
||||
}
|
||||
|
||||
// Quantity and unit, scaling is optional
|
||||
return 2 + maxHeaderLinesFromKeywords;
|
||||
return 1 + maxHeaderLinesFromKeywords;
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user