diff --git a/source/cliklike.f90 b/source/cliklike.f90 index d997a51dc..7d2991f17 100644 --- a/source/cliklike.f90 +++ b/source/cliklike.f90 @@ -149,12 +149,6 @@ real(mcp) function clik_lnlike(this, CMB, Theory, DataParams) if (l >= 2) then clik_cl_and_pars(j) = CLs%CL(L)/real(l*(l+1),mcp)*twopi end if - ! Guard against clik errors - if (i==2 .and. l<=29 .and. CLs%CL(L)>=0.29) then - global_error_flag = 1 - clik_lnlike = logzero - return - end if j = j+1 end do end associate