Skip to content
Snippets Groups Projects
Commit 99bdcc13 authored by Oliver Kirsebom's avatar Oliver Kirsebom
Browse files

fixed readme file

parent 8a9fd331
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ See also [this note](https://git.kern.phys.au.dk/oliskir/bedepe/blob/master/spin ...@@ -12,7 +12,7 @@ See also [this note](https://git.kern.phys.au.dk/oliskir/bedepe/blob/master/spin
# Compile # Compile
First you must install CERNLIB. In Ubuntu this is easily accomplished with the command ```sudo apt-get install cernlib```. First you must install CERNLIB. In Ubuntu this is easily accomplished with the command ```sudo apt-get install cernlib```.
Bedepe may then be compiled with the command ```gfortran bedepe.out bedepe.f -static -lpacklib -lkernlib -lmathlib```. Bedepe may then be compiled with the command ```gfortran -o bedepe.out bedepe.f -static -lpacklib -lkernlib -lmathlib```.
This creates the executable file ```bedepe.out```. This creates the executable file ```bedepe.out```.
# Output and input # Output and input
...@@ -53,4 +53,4 @@ Finally, the program should be rewritten in C++ and linked to ROOT libraries ins ...@@ -53,4 +53,4 @@ Finally, the program should be rewritten in C++ and linked to ROOT libraries ins
# References # References
- E. T. H. Clifford et al., Nucl. Phys. A 493, 293 (1989). - E. T. H. Clifford et al., Nucl. Phys. A 493, 293 (1989).
- B. R. Holstein, Rev. Mod. Phys. 46, 789 (1974). - B. R. Holstein, Rev. Mod. Phys. 46, 789 (1974).
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment