13 lines
573 B
Diff
13 lines
573 B
Diff
diff -ur lhapdf-5.9.1.orig/examples/Example6.f lhapdf-5.9.1/examples/Example6.f
|
|
--- lhapdf-5.9.1.orig/examples/Example6.f 2008-10-21 13:09:33.000000000 +0200
|
|
+++ lhapdf-5.9.1/examples/Example6.f 2015-03-07 06:15:27.094311950 +0100
|
|
@@ -10,7 +10,8 @@
|
|
data inset/20200,20201,231/
|
|
character*20 lhaparm(20)
|
|
double precision lhavalue(20)
|
|
- common/lhacontrol/lhaparm,lhavalue
|
|
+ character*20 commoninitflag
|
|
+ common/lhacontrol/lhaparm,lhavalue,commoninitflag
|
|
common/W50513/xmin,xmax,q2min,q2max
|
|
!open(7,file='/home/whalley/lhapdf/lhanames')
|
|
parm(1)='DEFAULT'
|