Skip to content

Commit 971b366

Browse files
committed
Fix whitespace
1 parent 66a067c commit 971b366

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/shared/cvmix_kpp.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3609,7 +3609,7 @@ subroutine cvmix_kpp_compute_ER_depth( z_inter,Nsq,OBL_depth, &
36093609

36103610
! find the peak
36113611
if ( (Bflux(iz+1) .gt. Bflux(iz+2)) .and. (Bflux(iz+1) .ge. Bflux(iz)) .and. &
3612-
(Bflux(iz+1).gt. cvmix_zero) ) then
3612+
(Bflux(iz+1) .gt. cvmix_zero) ) then
36133613
! Find sigE (the root of the derivative of the quadratic polynomial
36143614
! interpolating (sigma(i), Bflux(i)) for i in [iz, iz+1, iz+2])
36153615
! Also find BEnt (value of quadratic at sigE)

0 commit comments

Comments
 (0)