Skip to content

Commit

Permalink
removed debug lines
Browse files Browse the repository at this point in the history
  • Loading branch information
anilyil committed Nov 20, 2022
1 parent 83c1ad8 commit af8aa87
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/projections.F90
Original file line number Diff line number Diff line change
Expand Up @@ -596,10 +596,6 @@ subroutine point_volume(x0, tu, tv, tw, ku, kv, kw, coef, nctlu, nctlv, nctlw, n
update = -update
pgrad = dot_product(update, grad)

! TODO remove these debug lines
! write(*,*) "ii", ii, "hessian", hessian, "grad", grad
! write(*,*) "ii", ii, "pt", pt, "update", update

!Check that this is a descent direction -
!otherwise use the negative gradient
if (pgrad .gt. 0.0) then
Expand Down Expand Up @@ -669,17 +665,11 @@ subroutine point_volume(x0, tu, tv, tw, ku, kv, kw, coef, nctlu, nctlv, nctlw, n
end if
end if

! TODO remove these debug lines
! write(*,*) "ii", ii, "ls step", step

end do lineloop

! update the point
pt = newpt

! TODO remove these debug lines
! write(*,*) "ii", ii, "pt", pt, "update", update, "step", step

end do iteration_loop

! Set the final values of the parameters and our distance function
Expand Down

0 comments on commit af8aa87

Please sign in to comment.