mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#4563 Summary : Fix import of summary file specified by casename.SMSPEC
This commit is contained in:
@@ -110,7 +110,8 @@ QStringList RicImportGeneralDataFeature::fileNamesFromCaseNames(const QStringLis
|
|||||||
{
|
{
|
||||||
if (caseName.lastIndexOf(".") != -1)
|
if (caseName.lastIndexOf(".") != -1)
|
||||||
{
|
{
|
||||||
fileNames.push_back(caseName);
|
QFileInfo fi(caseName);
|
||||||
|
fileNames.push_back(fi.absoluteFilePath());
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user