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

Suggest --guess-bonds if no matching bond/angle was found in selection #38

Open
Luthaf opened this issue Mar 12, 2019 · 1 comment
Open
Labels

Comments

@Luthaf
Copy link
Member

Luthaf commented Mar 12, 2019

Maybe only if there are no bonds in the topology

@Luthaf Luthaf added the E-Easy label Mar 12, 2019
@Luthaf
Copy link
Member Author

Luthaf commented Mar 14, 2019

If someone is interested in implementing this, the error message to change are:

warn_once(
"No angle corresponding to '" + selection_.string() + "' found."
);

cfiles/src/commands/Rdf.cpp

Lines 225 to 227 in 630f70e

warn_once(
"No pair corresponding to '" + selection_.string() + "' found."
);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant