Skip to content

Commit

Permalink
Since file suffixes can no longer be upper case, change error message to
Browse files Browse the repository at this point in the history
show the current valid choices of input files.
  • Loading branch information
richb2k committed Jan 8, 2025
1 parent 365ab52 commit 16fea5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ElmerGUI/Application/src/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5279,8 +5279,8 @@ int checkStlForAscii(const char * filename)
//-----------------------------------------------------------------------------
void MainWindow::remeshSlot() {
if (activeGenerator == GEN_UNKNOWN) {
logMessage("Unable to (re)mesh: no input data or mesh generator (please "
"make sure that your input file suffix is in lower case)");
logMessage("Unable to (re)mesh: no input data or mesh generator. Allowed: "
"smesh, poly, off, ply, mesh, stl, grd, FDNEUT, msh, mphtxt, inp, unv, plt, in2d");
return;
}

Expand Down

0 comments on commit 16fea5d

Please sign in to comment.