Skip to content

Commit b337d95

Browse files
committed
comment
1 parent 97051a0 commit b337d95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/jacchia_roberts_module.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@ pure subroutine find_cstar_roots(c_star, tx, root1, root2, x_root, y_root)
587587
root2 = r2n
588588

589589
! Complex conjugate pair via Vieta's formulas:
590-
! sum of all 4 roots = -c_star(4)/c_star(5) = 340.5/0.8 = 425.625
590+
! sum of all 4 roots = -c_star(4)/c_star(5) = -CON_C(4)/CON_C(5) = 340.5/0.8 = 425.625
591591
! prod of all 4 roots = c_star(1)/c_star(5)
592592
x_root = 0.5_dp * (425.625_dp - root1 - root2)
593593
x2y2 = c_star(1) / (c_star(5) * root1 * root2)

0 commit comments

Comments
 (0)