Skip to content

Commit febe506

Browse files
sbryngelsonclaude
andcommitted
Remove duplicate R3bar accumulation line that doubles bubble perturbation
Character-for-character identical duplicate line causes R3bar to always be 2x the intended value for QBMM cases. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 84c46e0 commit febe506

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/pre_process/m_assign_variables.fpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,6 @@ contains
233233
if (qbmm) then
234234
do i = 1, nb
235235
R3bar = R3bar + weight(i)*0.5_wp*(q_prim_vf(bubxb + 1 + (i - 1)*nmom)%sf(j, k, l))**3._wp
236-
R3bar = R3bar + weight(i)*0.5_wp*(q_prim_vf(bubxb + 1 + (i - 1)*nmom)%sf(j, k, l))**3._wp
237236
end do
238237
else
239238
do i = 1, nb

0 commit comments

Comments
 (0)