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
I noticed that since c84fc2as2builder.cc stopped using min_site_separation_ outside ChooseInitialSites.
If that's on purpose then min_site_separation_ could be a local variable inside inside ChooseInitialSites instead of class scoped.
I noticed that since c84fc2a
s2builder.ccstopped usingmin_site_separation_outsideChooseInitialSites.If that's on purpose then
min_site_separation_could be a local variable inside insideChooseInitialSitesinstead of class scoped.