Skip to content

Commit 6a94069

Browse files
committed
Remove unsed print in sqrt_2()
1 parent a80dc8c commit 6a94069

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ttb/libsqrt.f

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ function sqrt_2(T)
4444
I_U = lam + dsqrt(-lam**2+I_T+2.*III_U/lam)
4545
II_U = (I_U**2-I_T)/2.
4646

47-
print *, 'test', l,k,1-l**2/k**3
48-
4947
sqrt_2 = 1./(I_U*II_U-III_U)
5048
* *(I_U*III_U*identity2(T) + (I_U**2-II_U)*T-T**2)
5149

0 commit comments

Comments
 (0)