Skip to content

Commit f7c1537

Browse files
committed
comments
1 parent 5b1eb80 commit f7c1537

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/jacchia_roberts_module.f90

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ end subroutine find_cstar_roots
598598
!---------------------------------------------------------------------------
599599
!>
600600
! Original version of root-finding routine using the `roots` subroutine.
601-
! **This method has severe numerical instability issues and should not be used.**
601+
! This is based on the routine from GMAT.
602602
!
603603
!### Problems with this method:
604604
!
@@ -638,7 +638,6 @@ end subroutine find_cstar_roots
638638
! Achieves ~1e-8 accuracy for all roots across all physical temperatures.
639639
!
640640
!@note Retained here for reference, testing, and demonstration of the bug.
641-
! DO NOT USE in production code.
642641

643642
pure subroutine find_cstar_roots_original(c_star, tx, root1, root2, x_root, y_root)
644643

0 commit comments

Comments
 (0)