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
Fix logic around g2x and x2g vector index calculation
This PR corrects the "first_time" logic around the calculation of
indices for the glc coupling vectors g2x and x2g. Because the calls to
x2g and g2x happen in budgets1 and budgets2, respectively, both sets of
indices need to be calculated at the same time if the first_time logic
is to be used so that these calculations only happen once. This fix has
been tested and confirmed working.
[BFB]
0 commit comments