Skip to content
GitLab
Menu
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
7f22c13f
Commit
7f22c13f
authored
Feb 11, 2020
by
Matthieu Schaller
Browse files
Fixed missing includes
parent
c4d7c5e0
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/engine.c
View file @
7f22c13f
...
...
@@ -65,6 +65,7 @@
#include "equation_of_state.h"
#include "error.h"
#include "feedback.h"
#include "fof.h"
#include "gravity.h"
#include "gravity_cache.h"
#include "hydro.h"
...
...
src/engine_fof.c
View file @
7f22c13f
...
...
@@ -25,6 +25,9 @@
/* This object's header. */
#include "engine.h"
/* Local headers. */
#include "fof.h"
/**
* @brief Activate all the #gpart communications in preparation
* fof a call to FOF.
...
...
src/runner_others.c
View file @
7f22c13f
...
...
@@ -45,6 +45,7 @@
#include "engine.h"
#include "error.h"
#include "feedback.h"
#include "fof.h"
#include "gravity.h"
#include "hydro.h"
#include "logger.h"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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