Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Numerical-Recipes
All header files from numerical recipes in C++. 3rd Edition.
Note that all these files are under copyright by their authors.
Check http://numerical.recipes/licenses/ for more information.
Check [http://numerical.recipes/licenses/](https://numerical.recipes/licenseinfo.html) for more information.

These files have been modified to actually compile out of the box (under Linux),
unlike the many copies of these routines that can be found on Github but fail
Expand Down Expand Up @@ -50,4 +50,4 @@ https://www.astro.umd.edu/~ricotti/NEWWEB/teaching/ASTR415/InClassExamples/NR3/l
You will need cmake (adjust to your version in the first line of the CMakeLists.txt file, if necessary).
Then go to the directory containing the CMakeLists.txt file (aka root of the project) and type:
cmake .
make
make
Loading