diff --git a/ApplicationCode/ProjectDataModel/Summary/RimObservedEclipseUserData.cpp b/ApplicationCode/ProjectDataModel/Summary/RimObservedEclipseUserData.cpp index 73564e16a5..bf0ad70b6e 100644 --- a/ApplicationCode/ProjectDataModel/Summary/RimObservedEclipseUserData.cpp +++ b/ApplicationCode/ProjectDataModel/Summary/RimObservedEclipseUserData.cpp @@ -70,6 +70,7 @@ void RimObservedEclipseUserData::createSummaryReaderInterface() QTextStream in(&file); QString fileContents = in.readAll(); + fileContents.replace("\t", " "); if (RifKeywordVectorParser::canBeParsed(fileContents)) {