Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2025-08-05 08:15:46

0001 C
0002 C
0003 C
0004         FUNCTION SUBCRS1(T,U)
0005         IMPLICIT REAL*8(A-H,O-Z)
0006         SUBCRS1=4.D0/9.D0*(1.D0+U**2)/T**2
0007         RETURN
0008         END