You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Participant \"{}\" has a write mapping to mesh \"{}\", without receiving it. "
"Please add a receive-mesh tag with name=\"{}\"",
participant->getName(), toMesh, toMesh);
}
because the first check (in both if branches) includes already the subsequent two. Seems to be a consequence of #2124.
We should remove the dead part or refine the error message in a suitable way.
The text was updated successfully, but these errors were encountered:
Most of the following code is dead
precice/src/precice/config/ParticipantConfiguration.cpp
Lines 415 to 441 in f239c3c
because the first check (in both if branches) includes already the subsequent two. Seems to be a consequence of #2124.
We should remove the dead part or refine the error message in a suitable way.
The text was updated successfully, but these errors were encountered: