#2003 Observed Data : Adjust minimum required headers based on presence of units and scaling

This commit is contained in:
Magne Sjaastad
2017-11-07 08:15:29 +01:00
parent d45ca19af4
commit 179c15ef5c
3 changed files with 39 additions and 7 deletions

View File

@@ -299,7 +299,7 @@ size_t RifEclipseUserDataKeywordTools::computeRequiredHeaderLineCount(const std:
}
// Quantity and unit, scaling is optional
return 2 + maxHeaderLinesFromKeywords;
return 1 + maxHeaderLinesFromKeywords;
}
//--------------------------------------------------------------------------------------------------