1 subroutine mrs99(x,q,mode,upv,dnv,usea,dsea,str,chm,bot,glu)
40 implicit real*8(a-h,o-
z)
41 data xmin,
xmax,qsqmin,qsqmax/1
d-5,1d0,1.25d0,1d7/
43 if(q2.lt.qsqmin.or.q2.gt.qsqmax)
print 99
46 call
mrs991(
x,q2,upv,dnv,usea,dsea,str,chm,bot,glu)
47 elseif(mode.eq.2)
then
48 call
mrs992(
x,q2,upv,dnv,usea,dsea,str,chm,bot,glu)
49 elseif(mode.eq.3)
then
50 call
mrs993(
x,q2,upv,dnv,usea,dsea,str,chm,bot,glu)
51 elseif(mode.eq.4)
then
52 call
mrs994(
x,q2,upv,dnv,usea,dsea,str,chm,bot,glu)
53 elseif(mode.eq.5)
then
54 call
mrs995(
x,q2,upv,dnv,usea,dsea,str,chm,bot,glu)
55 elseif(mode.eq.6)
then
56 call
mrs996(
x,q2,upv,dnv,usea,dsea,str,chm,bot,glu)
57 elseif(mode.eq.7)
then
58 call
mrs997(
x,q2,upv,dnv,usea,dsea,str,chm,bot,glu)
59 elseif(mode.eq.8)
then
60 call
mrs998(
x,q2,upv,dnv,usea,dsea,str,chm,bot,glu)
61 elseif(mode.eq.9)
then
62 call
mrs999(
x,q2,upv,dnv,usea,dsea,str,chm,bot,glu)
63 elseif(mode.eq.10)
then
64 call
mrs9910(
x,q2,upv,dnv,usea,dsea,str,chm,bot,glu)
65 elseif(mode.eq.11)
then
66 call
mrs9911(
x,q2,upv,dnv,usea,dsea,str,chm,bot,glu)
67 elseif(mode.eq.12)
then
68 call
mrs9912(
x,q2,upv,dnv,usea,dsea,str,chm,bot,glu)
70 99
format(
' WARNING: Q^2 VALUE IS OUT OF RANGE ')
71 98
format(
' WARNING: X VALUE IS OUT OF RANGE ')