Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
benlickert authored Jan 13, 2020
1 parent 60366c0 commit a715bd8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ The jupyter notebook can be used out of the box.

To compile the C++ code, make sure that the Eigen-C++-library is installed on your system!

Then, perform the following steps:\
0) Download the C++ file together with CMakeLists.txt to some folder Langevin
1) Run "cmake -H. -Bbuild" in the shell
2) Run "cmake --build build -- -j3" in the shell
Then, perform the following steps:
1) Download the C++ file together with CMakeLists.txt to some folder Langevin
2) Run "cmake -H. -Bbuild" in the shell
3) Run "cmake --build build -- -j3" in the shell

After this you get the executable LE_1dim_reflect inside of Langevin/build.

Expand Down

0 comments on commit a715bd8

Please sign in to comment.