Skip to content
Discussion options

You must be logged in to vote

If all you're using is the InterfaceAnalyzerMover (especially if you're instantiating multiple copies of it), then you can safely ignore that warning -- There's a central registration of calculators it uses. But if one InterfaceAnalyzerMover registers those calculators, it will show up as present when the other InterfaceAnalyzerMovers go to register them. But that shouldn't be an issue, as all the InterfaceAnalyzerMover should register them with the same settings, so it doesn't matter which InterfaceAnalyzerMover actually does the registration.

It would only be an issue if you're using something else which also goes to register those calculators with those specific names, and uses a diffe…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by DantonIvanochko
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants