mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
System : Replace NULL with nullptr
This commit is contained in:
@@ -363,7 +363,7 @@ bool RifCsvUserDataParser::parseColumnBasedData(const AsciiDataParseOptions& par
|
||||
throw 0;
|
||||
}
|
||||
|
||||
// Add NULL value
|
||||
// Add nullptr value
|
||||
value = HUGE_VAL;
|
||||
}
|
||||
col.values.push_back(value);
|
||||
|
||||
Reference in New Issue
Block a user