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
In the reactor.ccGetMatlRequests(), the demand recording value should not be multiplied by n_assem_order, since it is inside the for loop. It should be changed to just assem_size.
In the
reactor.cc
GetMatlRequests()
, the demand recording value should not be multiplied byn_assem_order
, since it is inside the for loop. It should be changed to justassem_size
.cycamore/src/reactor.cc
Line 247 in 4bbbd75
The text was updated successfully, but these errors were encountered: