Skip to content
Snippets Groups Projects
Commit d79bcbc3 authored by Folkert Nobels's avatar Folkert Nobels
Browse files

Fix a typo

parent ad9e0772
No related branches found
No related tags found
1 merge request!705Star formation following Schaye08
...@@ -16,8 +16,8 @@ ...@@ -16,8 +16,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>.
* *
******************************************************************************/ ******************************************************************************/
#ifndef SWIFT_TRACERS_EAGLE_IO_H #ifndef SWIFT_TRACERS_NONE_IO_H
#define SWIFT_TRACERS_EAGLE_IO_H #define SWIFT_TRACERS_NONE_IO_H
/* Config parameters. */ /* Config parameters. */
#include "../config.h" #include "../config.h"
...@@ -57,4 +57,4 @@ __attribute__((always_inline)) INLINE static int tracers_write_particles( ...@@ -57,4 +57,4 @@ __attribute__((always_inline)) INLINE static int tracers_write_particles(
return 0; return 0;
} }
#endif /* SWIFT_TRACERS_EAGLE_IO_H */ #endif /* SWIFT_TRACERS_NONE_IO_H */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment