Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
g4dpmjet_initialise_block_data.f
Go to the documentation of this file.
2 
3 C
4 C ------------------------------------------------------------------------------
5 C
6  EXTERNAL runtt
7  EXTERNAL noname
8  EXTERNAL zk
9  EXTERNAL blkd43
10  EXTERNAL reacch
11  EXTERNAL jtdata
12  EXTERNAL blkd41
13  EXTERNAL bookle
14  EXTERNAL blkd46
15  EXTERNAL blkd47
16  EXTERNAL qprop
17  EXTERNAL radini
18  EXTERNAL hadini
19  EXTERNAL pomen
20  EXTERNAL pydata
21 C
22 C
23 C The follow line is to force the mathlib least-squares polynomial fit to be
24 C loaded. This is required as the -L and -lmathlib -lkernlib flags in the
25 C load process appear to come before the G4ParamType1GlauberDataSet.o object
26 C is loaded, resulting in dlsqpm not being found.
27 C
28  external dlsqpm
29 
30  return
31 
32  end
subroutine g4dpmjet_initialise_block_data()