File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11TourExec
22========
33
4- This repository contains the software associated with
4+ This repository contains the software associated with
55`Robert Axelrod <http://www-personal.umich.edu/%7Eaxe/ >`_'s book `The Complexity of
66Cooperation: Agent-Based Models of Competition and Collaboration
77<http://press.princeton.edu/titles/6144.html> `_ (Princeton University Press).
88
9- The code was originally published by the
9+ The code was originally published by the
1010`University of Michigan Center for the Study of Complex Systems <http://lsa.umich.edu/cscs/ >`_
1111and is now available from
1212`Robert Axelrod's personal website <http://www-personal.umich.edu/~axe/research/Software/CC/CC2.html >`_.
@@ -55,7 +55,7 @@ Clone the repository and compile the Fortran code::
5555You should now have a `bin ` directory containing the the executable file,
5656`tourexec `, which you can run::
5757
58- $ cd ../ bin
58+ $ cd bin
5959 $ ./tourexec
6060
6161Cleanup
@@ -69,4 +69,4 @@ Compiling the executable file will create some intermediary object files in an
6969There is also a command to remove the executable itself as well as the object
7070files::
7171
72- $ make remove
72+ $ make remove
You can’t perform that action at this time.
0 commit comments