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
It could be that I'm missing something; however, there are four uses of W4.getCurrentProgramLoc in crucible-mir-comp and no uses of W4.setCurrentProgramLoc, and as best I can tell it doesn't call any of the higher-level things in SAW that would do that for it.
This seems unlikely to produce useful results.
Probably it should either load up the W4 current location, or not use the feature and just pass positions around.
It could be that I'm missing something; however, there are four uses of
W4.getCurrentProgramLocin crucible-mir-comp and no uses ofW4.setCurrentProgramLoc, and as best I can tell it doesn't call any of the higher-level things in SAW that would do that for it.This seems unlikely to produce useful results.
Probably it should either load up the W4 current location, or not use the feature and just pass positions around.