1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
*************************************
**** this file is only a header **
**** for BCVEGPY2.0-linux version **
**** BCVEGPY2.1 **
*************************************
* define some overall parameters
* here you may define your own
* overall parameters for convenience.
* for example: some values you do not
* want to change in the program.
********************************
**** begin of main program ****
**** now go for it ****
********************************
include 'bcvegpy.F'
include 'parameter.F'
*******************************
**** principly, only the above two files
**** and (invegas.h) need to be changed for
**** ones own purpose.
*******************************
|