Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove last else-cases in FF and CHT #197

Merged
merged 11 commits into from
Dec 3, 2021
4 changes: 2 additions & 2 deletions Adapter.C
Original file line number Diff line number Diff line change
Expand Up @@ -310,8 +310,8 @@ void preciceAdapter::Adapter::configure()
}
else if (inModules > 1)
{
adapterInfo("It looks like more than one modules can read " + dataName
+ "and I don't know how to choose. Try disabling one of the modules.",
adapterInfo("It looks like more than one modules can read \"" + dataName
+ "\" and I don't know how to choose. Try disabling one of the modules.",
MakisH marked this conversation as resolved.
Show resolved Hide resolved
"error-deferred");
}

Expand Down