Nbody6
 All Files Functions Variables
block.f
Go to the documentation of this file.
1  BLOCK DATA block
2 *
3 *
4 * Run time initializations.
5 * -------------------------
6 *
7  include 'params.h'
8  REAL*8 ep,dsc,facm,tfac,range
9  common/rand2/ iy,idum2,iv(32),ixyz(65)
10  common/icpu0/ icpu
11  common/ind6/ ind(6)
12  common/bssave/ ep(4),dsc,facm,tfac,itfac,jc
13  common/slow0/ range,islow(10)
14  common/counts/ ncount(168)
15 *
16 *
17 * Initialize COMMON indices & B-S data array.
18  DATA icpu,iy,idum2,iv,ixyz /0,0,123456789,32*0,65*0/
19  DATA ind /1,2,3,4,5,6/
20  DATA ep /0.04d0,0.0016d0,0.64d-4,0.256d-5/
21  DATA range /50.0d0/
22  DATA islow /1,2,4,8,16,32,64,128,256,512/
23  DATA ncount /168*0/
24 *
25  END