Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SWIFT
SWIFTsim
Commits
42e7eb44
Commit
42e7eb44
authored
Feb 07, 2019
by
Loic Hausammann
Browse files
Fix compilation issues
parent
63848443
Changes
3
Hide whitespace changes
Inline
Side-by-side
doc/Doxyfile.in
View file @
42e7eb44
...
...
@@ -777,6 +777,7 @@ INPUT += @top_srcdir@/src/tracers/EAGLE
INPUT += @top_srcdir@/src/stars/EAGLE
INPUT += @top_srcdir@/src/feedback/EAGLE
INPUT += @top_srcdir@/src/black_holes/EAGLE
INPUT += @top_srcdir@/logger
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
...
...
logger/logger_header.h
View file @
42e7eb44
...
...
@@ -19,7 +19,6 @@
#ifndef __LOGGER_LOGGER_HEADER_H__
#define __LOGGER_LOGGER_HEADER_H__
#include
"../src/logger.h"
#include
"logger_tools.h"
#include
<stdio.h>
...
...
logger/logger_tools.h
View file @
42e7eb44
...
...
@@ -24,6 +24,10 @@
#include
"../config.h"
/* Swift include */
#include
"../src/inline.h"
#include
"../src/logger.h"
#ifdef HAVE_PYTHON
#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION
#include
<Python.h>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment