Skip to content

Commit

Permalink
Remove unsed print in sqrt_2()
Browse files Browse the repository at this point in the history
  • Loading branch information
adtzlr committed Jan 3, 2024
1 parent a80dc8c commit 6a94069
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ttb/libsqrt.f
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ function sqrt_2(T)
I_U = lam + dsqrt(-lam**2+I_T+2.*III_U/lam)
II_U = (I_U**2-I_T)/2.

print *, 'test', l,k,1-l**2/k**3

sqrt_2 = 1./(I_U*II_U-III_U)
* *(I_U*III_U*identity2(T) + (I_U**2-II_U)*T-T**2)

Expand Down

0 comments on commit 6a94069

Please sign in to comment.