mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-09 23:16:00 -06:00
#2003 Observed data : Replace tabs with spaces
This commit is contained in:
parent
82721cb6fa
commit
c8e5fb7513
@ -70,6 +70,7 @@ void RimObservedEclipseUserData::createSummaryReaderInterface()
|
||||
|
||||
QTextStream in(&file);
|
||||
QString fileContents = in.readAll();
|
||||
fileContents.replace("\t", " ");
|
||||
|
||||
if (RifKeywordVectorParser::canBeParsed(fileContents))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user