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
5825c624
Commit
5825c624
authored
Nov 27, 2016
by
Matthieu Schaller
Browse files
Missing files...
parent
22f1f685
Changes
8
Hide whitespace changes
Inline
Side-by-side
src/common_io.c
View file @
5825c624
...
...
@@ -40,7 +40,6 @@
#include
"common_io.h"
/* Local includes. */
#include
"const.h"
#include
"error.h"
#include
"hydro.h"
#include
"kernel_hydro.h"
...
...
src/cooling_struct.h
View file @
5825c624
...
...
@@ -27,9 +27,6 @@
/* Config parameters. */
#include
"../config.h"
/* Local headers. */
#include
"const.h"
/* Import the right cooling definition */
#if defined(COOLING_NONE)
#include
"./cooling/none/cooling_struct.h"
...
...
src/debug.c
View file @
5825c624
...
...
@@ -32,7 +32,6 @@
/* Local includes. */
#include
"cell.h"
#include
"const.h"
#include
"engine.h"
#include
"hydro.h"
#include
"inline.h"
...
...
src/gravity.h
View file @
5825c624
...
...
@@ -19,7 +19,8 @@
#ifndef SWIFT_GRAVITY_H
#define SWIFT_GRAVITY_H
#include
"./const.h"
/* Config parameters. */
#include
"../config.h"
/* So far only one model here */
/* Straight-forward import */
...
...
src/partition.c
View file @
5825c624
...
...
@@ -47,7 +47,6 @@
#endif
/* Local headers. */
#include
"const.h"
#include
"debug.h"
#include
"error.h"
#include
"partition.h"
...
...
src/queue.c
View file @
5825c624
...
...
@@ -35,7 +35,6 @@
/* Local headers. */
#include
"atomic.h"
#include
"const.h"
#include
"error.h"
/**
...
...
src/scheduler.c
View file @
5825c624
...
...
@@ -40,7 +40,6 @@
/* Local headers. */
#include
"atomic.h"
#include
"const.h"
#include
"cycle.h"
#include
"engine.h"
#include
"error.h"
...
...
src/units.c
View file @
5825c624
...
...
@@ -38,7 +38,6 @@
/* Includes. */
#include
"adiabatic_index.h"
#include
"const.h"
#include
"error.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