Particles: call Redistribute() once per patch instead of once per level - #35
Particles: call Redistribute() once per patch instead of once per level#35lwJi wants to merge 1 commit into
Conversation
Move the Redistribute() call out of PushAndDeposeParticles() and into the test thorns' patch loops, so it runs once after all levels are processed rather than redundantly for each level. Closes #34
|
@claude review |
|
Claude finished @lwJi's task in 1m 13s —— View job Code Review
|

Summary
Redistribute()fromPushAndDeposeParticles()where it ran redundantly for every(patch, lev)pairpc->Redistribute()after the level loop in both test thorns so it runs exactly once per patch per time stepTest plan
./agent_scripts/build.sh)./agent_scripts/test.sh)Closes #34