Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
SWIFTsim
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SWIFT
SWIFTsim
Commits
42e7eb44
Commit
42e7eb44
authored
6 years ago
by
Loic Hausammann
Browse files
Options
Downloads
Patches
Plain Diff
Fix compilation issues
parent
63848443
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!685
Logger loader
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
doc/Doxyfile.in
+1
-0
1 addition, 0 deletions
doc/Doxyfile.in
logger/logger_header.h
+0
-1
0 additions, 1 deletion
logger/logger_header.h
logger/logger_tools.h
+4
-0
4 additions, 0 deletions
logger/logger_tools.h
with
5 additions
and
1 deletion
doc/Doxyfile.in
+
1
−
0
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
...
...
This diff is collapsed.
Click to expand it.
logger/logger_header.h
+
0
−
1
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>
...
...
This diff is collapsed.
Click to expand it.
logger/logger_tools.h
+
4
−
0
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>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment