Skip to content

Commit

Permalink
chore: remove comment about orbital element limits (#1643)
Browse files Browse the repository at this point in the history
  • Loading branch information
japhir authored Feb 12, 2025
1 parent 9c24e8b commit 2075f66
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion astronomy/astronomy.F90
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,6 @@ subroutine astronomy_init (latb, lonb)
endif
!--------------------------------------------------------------------
!> Be sure input values are within valid ranges.
! QUESTION : ARE THESE THE RIGHT LIMITS ???
!---------------------------------------------------------------------
if (ecc < 0.0_r8_kind .or. ecc > 0.99_r8_kind) &
call error_mesg ('astronomy_mod', &
Expand Down

0 comments on commit 2075f66

Please sign in to comment.