File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,5 +9,13 @@ This code will compile under g++ using the command:
99g++ *.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+
You can’t perform that action at this time.
0 commit comments