Skip to content

Commit cf1bb55

Browse files
author
Dominic Marcello
committed
edited README
1 parent eb0a253 commit cf1bb55

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

README

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,13 @@ This code will compile under g++ using the command:
99
g++ *.cpp -std=c++11
1010

1111

12-
NOTE: To enable the angular momentum conservation feature, define "CORRECTION_ON". To enable the optimized version of the correction,
13-
define "CORRECTION_ON" and "CORRECTION_OPTIMIZE." See defs.hpp.
12+
NOTES:
13+
14+
1) To enable the angular momentum conservation feature, define "CORRECTION_ON". To enable the optimized version of the correction,
15+
define "CORRECTION_ON" and "CORRECTION_OPTIMIZE." See defs.hpp.
16+
17+
2) The first calculation is the direct force calculation used for comparison and may take some time. To run a quicker test, reduce
18+
the number of particles (see note 3)
19+
20+
3) To change the number of particles, change the value of "constexpr integer nparts" in defs.hpp.
21+

0 commit comments

Comments
 (0)