mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Export Sector model: write floats to file instead of doubles
This commit is contained in:
@@ -205,7 +205,7 @@ QList<caf::PdmOptionItemInfo>
|
||||
std::set<QString> mainKeywords = this->mainKeywords();
|
||||
for (caf::PdmOptionItemInfo option : allOptions)
|
||||
{
|
||||
if (!mainKeywords.count(option.optionUiText()))
|
||||
if (!mainKeywords.count(option.optionUiText()) && option.optionUiText() != "None")
|
||||
{
|
||||
if (option.optionUiText() == "ACTNUM" && exportGrid())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user