Skip to content
Snippets Groups Projects
Commit 86102855 authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

[A] Remove wrong error message when no mesh present.

parent cdf192f3
No related branches found
No related tags found
No related merge requests found
......@@ -178,7 +178,6 @@ void ProjectData::parseProcessVariables(
// assign the referenced mesh below.
if (_mesh_vec.empty() || _mesh_vec[0] == nullptr) {
ERR("A mesh is required to define process variables.");
ERR("No geometric objects are read.");
return;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment