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 1
1
TourExec
2
2
========
3
3
4
- This repository contains the software associated with
4
+ This repository contains the software associated with
5
5
`Robert Axelrod <http://www-personal.umich.edu/%7Eaxe/ >`_'s book `The Complexity of
6
6
Cooperation: Agent-Based Models of Competition and Collaboration
7
7
<http://press.princeton.edu/titles/6144.html> `_ (Princeton University Press).
8
8
9
- The code was originally published by the
9
+ The code was originally published by the
10
10
`University of Michigan Center for the Study of Complex Systems <http://lsa.umich.edu/cscs/ >`_
11
11
and is now available from
12
12
`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::
55
55
You should now have a `bin ` directory containing the the executable file,
56
56
`tourexec `, which you can run::
57
57
58
- $ cd ../ bin
58
+ $ cd bin
59
59
$ ./tourexec
60
60
61
61
Cleanup
@@ -69,4 +69,4 @@ Compiling the executable file will create some intermediary object files in an
69
69
There is also a command to remove the executable itself as well as the object
70
70
files::
71
71
72
- $ make remove
72
+ $ make remove
You can’t perform that action at this time.
0 commit comments