Skip to content

Commit a96e1f0

Browse files
pmoczwarrickball
andauthored
Update star/private/gravity_darkening.f90
Co-authored-by: Warrick Ball <[email protected]>
1 parent 0423182 commit a96e1f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

star/private/gravity_darkening.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ function GD_coeff(omega,inclination,C1) result(coeff)
100100
real(dp), pointer :: C1(:)
101101
real(dp) :: coeff, coeff_eval(6), safe_omega, safe_incl
102102
integer, parameter :: ict(6)=[1,0,0,0,0,0]
103-
integer ierr
103+
integer :: ierr
104104
if(.not.GD_initialized) call GD_init(ierr)
105105
!ensure that omega and inclination are within table bounds
106106
safe_omega = min(max(omega,0.0d0),1.0d0)

0 commit comments

Comments
 (0)