Commit 4385ea8c7b5dbc3ad635ab1442cfe9aa61613271
1 parent
62acc73c
Fixed a typo.
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
1 | 1 | I've just added support for double-precision values. This allows simulation of extremely small (nano-scale) particles, however a GPU with a compute capability of at least 1.3 is required. |
2 | 2 | |
3 | -TrueEyes requires the following libraries: | |
3 | +This software requires the following libraries: | |
4 | 4 | |
5 | 5 | GLUT (OpenGL Utility Toolkit) http://www.opengl.org/resources/libraries/glut/ |
6 | 6 | GLEW (OpenGL Extension Wrangler) http://glew.sourceforge.net/ |
... | ... | @@ -8,4 +8,4 @@ Qt http://qt-project.org/ |
8 | 8 | RTS (my personal codebase) https://github.com/dmayerich/RTS |
9 | 9 | CUDA http://www.nvidia.com/object/cuda_home_new.html |
10 | 10 | |
11 | -If CMake is unable to find these, make sure to specify their locations. | |
12 | 11 | \ No newline at end of file |
12 | +If CMake is unable to find these, make sure to specify their locations. | ... | ... |