Skip to content

Commit

Permalink
Merge pull request #619 from richb2k/gui-lower-case
Browse files Browse the repository at this point in the history
ElmerGui, minor fix to account for toLower() of FDNEUT, must compare the
  • Loading branch information
raback authored Jan 12, 2025
2 parents d42061e + fd4ba4c commit a19a663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ElmerGUI/Application/src/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1651,7 +1651,7 @@ void MainWindow::readInputFile(QString fileName) {
tetlibInputOk = true;
}

} else if ((fileSuffix == "grd") || (fileSuffix == "FDNEUT") ||
} else if ((fileSuffix == "grd") || (fileSuffix == "fdneut") ||
(fileSuffix == "msh") || (fileSuffix == "mphtxt") ||
(fileSuffix == "inp") || (fileSuffix == "unv") ||
(fileSuffix == "plt")) {
Expand Down

0 comments on commit a19a663

Please sign in to comment.