Skip to content
Snippets Groups Projects
Commit a0651d41 authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

Added the comoving cooling binary to the gitignore.

parent ac6e929e
No related branches found
No related tags found
No related merge requests found
...@@ -162,6 +162,7 @@ tests/testOutputList ...@@ -162,6 +162,7 @@ tests/testOutputList
tests/testCbrt tests/testCbrt
tests/testFormat.sh tests/testFormat.sh
tests/testCooling tests/testCooling
tests/testComovingCooling
tests/testHashmap tests/testHashmap
tests/*.png tests/*.png
tests/*.txt tests/*.txt
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
/* Local headers. */ /* Local headers. */
#include "swift.h" #include "swift.h"
#if defined(CHEMISTRY_EAGLE) && defined(COOLING_EAGLE) #if defined(CHEMISTRY_EAGLE) && defined(COOLING_EAGLE) && defined(GADGET2_SPH)
/* /*
* @brief Assign particle density and entropy corresponding to the * @brief Assign particle density and entropy corresponding to the
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
/* Local headers. */ /* Local headers. */
#include "swift.h" #include "swift.h"
#if defined(CHEMISTRY_EAGLE) && defined(COOLING_EAGLE) #if defined(CHEMISTRY_EAGLE) && defined(COOLING_EAGLE) && defined(GADGET2_SPH)
/* /*
* @brief Assign particle density and entropy corresponding to the * @brief Assign particle density and entropy corresponding to the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment