We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c24e8b commit 2075f66Copy full SHA for 2075f66
astronomy/astronomy.F90
@@ -468,7 +468,6 @@ subroutine astronomy_init (latb, lonb)
468
endif
469
!--------------------------------------------------------------------
470
!> Be sure input values are within valid ranges.
471
-! QUESTION : ARE THESE THE RIGHT LIMITS ???
472
!---------------------------------------------------------------------
473
if (ecc < 0.0_r8_kind .or. ecc > 0.99_r8_kind) &
474
call error_mesg ('astronomy_mod', &
0 commit comments