Back to home page

sPhenix code displayed by LXR

 
 

    


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

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