Skip to content

Commit 477a463

Browse files
fix typo in README for Binary example
1 parent fae479d commit 477a463

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Binary/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ A simple simulation of a binary star system, to exercise the code and give some
22

33
Run as follows. The YAML configuration file is set for the Docker container. If you are using a native build and installation, change the ldlibdir parameter to point at your library install directory. Then, execute the command: `mpirun -np 1 exp binary.yml`.
44

5-
There is also an example where the stars no longer feel mutual self-gravity, but instead are evolved in an external logarithmic potential. This may be run using `mpirun -np 1 exp binary.yml`. This example demonstrates `noforce`.
5+
There is also an example where the stars no longer feel mutual self-gravity, but instead are evolved in an external logarithmic potential. This may be run using `mpirun -np 1 exp logpot.yml`. This example demonstrates `noforce`.
66

77
A first exercise to extend these examples would be to instead use the `usermw` module to simulate the orbit of the sun in the MW.

0 commit comments

Comments
 (0)