diff --git a/README.md b/README.md index 67495ab2419fa61cc516381d42b670250620b4c5..4555581993dc433fcfd8083e98b2cbbd12df834d 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,13 @@ Fortran program to simulate beta-delayed particle emission. # Detailed description -A detailed description can be found [here](https://git.kern.phys.au.dk/oliskir/bedepe/blob/master/description.pdf). -See also [this note](https://git.kern.phys.au.dk/oliskir/bedepe/blob/master/spincoeff.pdf) on the spin-dependent coefficients. +A detailed description can be found [here](description.pdf). +See also [this note](spincoeff.pdf) on the spin-dependent coefficients. # Files -- Simulation program: [bedepe.f](https://git.kern.phys.au.dk/oliskir/bedepe/blob/master/bedepe.f) -- Example input file: [input0](https://git.kern.phys.au.dk/oliskir/bedepe/blob/master/input0) -- Program that calculates ξ and Θ: [spincoeff.f](https://git.kern.phys.au.dk/oliskir/bedepe/blob/master/spincoeff.f) +- Simulation program: [bedepe.f](bedepe.f) +- Example input file: [input0](input0) +- Program that calculates ξ and Θ: [spincoeff.f](spincoeff.f) # Compile First you must install CERNLIB. In Ubuntu this is easily accomplished with the command ```sudo apt-get install cernlib```.