mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1933 Observed data: Speed up reading observed data file
This commit is contained in:
@@ -51,7 +51,7 @@ bool RifKeywordVectorParser::canBeParsed(const QString& data)
|
||||
|
||||
while (streamData.good())
|
||||
{
|
||||
if (line.size() > 1 && line[0] == '-' && line[1] == '-')
|
||||
if (RifRsmspecParserTools::isAComment(line))
|
||||
{
|
||||
std::getline(streamData, line);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user