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
aaada2a2
Commit
aaada2a2
authored
Aug 30, 2015
by
Pedro Gonnet
Browse files
moved part.h from source files where appropriate.
Former-commit-id: 91658e395c7e520ce8f38f00828d1ab5a23cab73
parent
efc90268
Changes
26
Hide whitespace changes
Inline
Side-by-side
src/serial_io.h
View file @
aaada2a2
...
...
@@ -19,6 +19,9 @@
#ifndef SWIFT_SERIAL_IO_H
#define SWIFT_SERIAL_IO_H
/* Includes. */
#include
"part.h"
#if defined(HAVE_HDF5) && defined(WITH_MPI) && !defined(HAVE_PARALLEL_HDF5)
void
read_ic_serial
(
char
*
fileName
,
double
dim
[
3
],
struct
part
**
parts
,
int
*
N
,
...
...
src/single_io.c
View file @
aaada2a2
...
...
@@ -35,7 +35,6 @@
#include
"cycle.h"
#include
"lock.h"
#include
"task.h"
#include
"part.h"
#include
"space.h"
#include
"scheduler.h"
#include
"engine.h"
...
...
src/space.c
View file @
aaada2a2
...
...
@@ -42,7 +42,6 @@
#include
"lock.h"
#include
"task.h"
#include
"kernel.h"
#include
"part.h"
#include
"space.h"
#include
"multipole.h"
#include
"cell.h"
...
...
src/space.h
View file @
aaada2a2
...
...
@@ -19,6 +19,9 @@
#ifndef SWIFT_SPACE_H
#define SWIFT_SPACE_H
/* Includes. */
#include
"part.h"
/* Some constants. */
#define space_maxdepth 10
#define space_cellallocchunk 1000
...
...
src/task.c
View file @
aaada2a2
...
...
@@ -42,7 +42,6 @@
#include
"atomic.h"
#include
"lock.h"
#include
"space.h"
#include
"part.h"
#include
"multipole.h"
#include
"cell.h"
#include
"task.h"
...
...
src/units.c
View file @
aaada2a2
...
...
@@ -32,7 +32,6 @@
#include
"const.h"
#include
"cycle.h"
#include
"part.h"
#include
"error.h"
#include
"units.h"
...
...
Prev
1
2
Next
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