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
Merge requests
!822
Fixed out of source builds broken in hydro_parameters
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fixed out of source builds broken in hydro_parameters
fix-out-of-source-builds
into
master
Overview
1
Commits
1
Changes
12
Merged
Josh Borrow
requested to merge
fix-out-of-source-builds
into
master
6 years ago
Overview
1
Commits
1
Changes
12
Expand
Fixes
#586 (closed)
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
64a71f51
1 commit,
6 years ago
12 files
+
21
−
21
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
12
Search (e.g. *.vue) (Ctrl+P)
src/hydro/AnarchyDU/hydro_parameters.h
+
2
−
2
Options
@@ -22,7 +22,7 @@
#define SWIFT_ANARCHY_DU_HYDRO_PARAMETERS_H
/* Configuration file */
#include
"
../../../
config.h"
#include
"config.h"
/* Global headers */
#if defined(HAVE_HDF5)
@@ -295,4 +295,4 @@ static INLINE void diffusion_print_snapshot(
}
#endif
#endif
/* SWIFT_ANARCHY_DU_HYDRO_PARAMETERS_H */
\ No newline at end of file
#endif
/* SWIFT_ANARCHY_DU_HYDRO_PARAMETERS_H */
Loading