We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When e.g. trying to create a ScalarPollInput<bool>, ApplicationCore fails with:
ScalarPollInput<bool>
Application.cc:734: void ChimeraTK::Application::makeConnectionsForNetwork(ChimeraTK::VariableNetwork&): Assertion `callable.done' failed.
The TypedMakeConnectionCaller should check the type and raise a logic_error with appropriate message.
TypedMakeConnectionCaller
logic_error
The text was updated successfully, but these errors were encountered:
Now on redmine: 8375
Sorry, something went wrong.
No branches or pull requests
When e.g. trying to create a
ScalarPollInput<bool>
, ApplicationCore fails with:The
TypedMakeConnectionCaller
should check the type and raise alogic_error
with appropriate message.The text was updated successfully, but these errors were encountered: