EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
fitparton.F
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file fitparton.F
1 
2 *72*********************************************************************
3  SUBROUTINE fitparton(X,Q2,XPQ,XDPQ)
4  IMPLICIT NONE
5  REAL x,q2,xpq(-6:6),xdpq(-6:6)
6 
7  WRITE(*,*) 'FITPARTON : This is a user function'
8  WRITE(*,*) 'Program will stop'
9  stop
10 
11  RETURN
12  END