Skip to content
Snippets Groups Projects
Commit 6296b271 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

warn instead of error for multi-step MED meshes

parent 2a0d3980
Branches
Tags
No related merge requests found
......@@ -261,7 +261,7 @@ int GModel::readMED(const std::string &name, int meshIndex)
// e.g. meshName_step%d). This way we could also handle multi-mesh
// time sequences in MED3.
if(nStep > 1)
Msg::Error("Discarding %d last meshes in multi-step MED mesh", nStep - 1);
Msg::Warning("Discarding %d last meshes in multi-step MED mesh", nStep - 1);
setName(meshName);
if(meshType == MED_NON_STRUCTURE){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment