We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc29263 commit b35e79cCopy full SHA for b35e79c
1 file changed
src/configParser.cpp
@@ -224,7 +224,9 @@ namespace config
224
}
225
else
226
{
227
- throw;
+ std::string message = "Project file '"+name+"' not found or corrupted";
228
+ Fatal_Error(message.c_str())
229
+ // throw;
230
231
gmsh::logger::write("==================================================");
232
gmsh::logger::write("Simulation parameters: ");
@@ -430,7 +432,9 @@ namespace config
430
432
431
433
434
435
436
437
438
439
440
0 commit comments