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
MiAbstractBrowser>> canPropagate
"Ideally we should use miSelectedItemToPropagate but this would make the models browser really slow since it would copy the whole model and reject the stubs each time I'm called. So we do not care about checking the stubs here by calling #miSelectedItem.."
MiAbstractBrowser is the super class of all MooseIDE browsers, filtering out stubs is only done by the ModelsBrowser (if the related setting is activated).
So it seems this comment is not at the right place...
And the implementation of the method should be corrected accordingly
The text was updated successfully, but these errors were encountered:
I don't understand the comment :
MiAbstractBrowser is the super class of all MooseIDE browsers, filtering out stubs is only done by the ModelsBrowser (if the related setting is activated).
So it seems this comment is not at the right place...
And the implementation of the method should be corrected accordingly
The text was updated successfully, but these errors were encountered: