Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
SWIFTsim
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
70
Issues
70
List
Boards
Labels
Milestones
Merge Requests
13
Merge Requests
13
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
SWIFT
SWIFTsim
Commits
cc6da6f4
Commit
cc6da6f4
authored
Apr 25, 2018
by
Matthieu Schaller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix two more header inclusion mistakes.
parent
1d359e25
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
src/hydro.h
src/hydro.h
+2
-0
src/hydro_properties.c
src/hydro_properties.c
+1
-0
No files found.
src/hydro.h
View file @
cc6da6f4
...
@@ -23,8 +23,10 @@
...
@@ -23,8 +23,10 @@
#include "../config.h"
#include "../config.h"
/* Local headers. */
/* Local headers. */
#include "const.h"
#include "hydro_properties.h"
#include "hydro_properties.h"
#include "kernel_hydro.h"
#include "kernel_hydro.h"
#include "part.h"
/* Import the right functions */
/* Import the right functions */
#if defined(MINIMAL_SPH)
#if defined(MINIMAL_SPH)
...
...
src/hydro_properties.c
View file @
cc6da6f4
...
@@ -26,6 +26,7 @@
...
@@ -26,6 +26,7 @@
/* Local headers. */
/* Local headers. */
#include "adiabatic_index.h"
#include "adiabatic_index.h"
#include "equation_of_state.h"
#include "common_io.h"
#include "common_io.h"
#include "dimension.h"
#include "dimension.h"
#include "error.h"
#include "error.h"
...
...
Write
Preview
Markdown
is supported
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