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
f003c29e
Commit
f003c29e
authored
Apr 25, 2018
by
Matthieu Schaller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added missing include for the min/max macros in the Gizmo face slope limiter.
parent
f104fc12
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
src/hydro/Gizmo/hydro_slope_limiters_face.h
src/hydro/Gizmo/hydro_slope_limiters_face.h
+3
-0
src/riemann/riemann_hllc.h
src/riemann/riemann_hllc.h
+0
-1
No files found.
src/hydro/Gizmo/hydro_slope_limiters_face.h
View file @
f003c29e
...
@@ -32,9 +32,12 @@
...
@@ -32,9 +32,12 @@
#ifndef SWIFT_GIZMO_SLOPE_LIMITER_FACE_H
#ifndef SWIFT_GIZMO_SLOPE_LIMITER_FACE_H
#define SWIFT_GIZMO_SLOPE_LIMITER_FACE_H
#define SWIFT_GIZMO_SLOPE_LIMITER_FACE_H
/* Some standard headers. */
#include <float.h>
#include <float.h>
/* Local headers. */
#include "sign.h"
#include "sign.h"
#include "minmax.h"
__attribute__
((
always_inline
))
INLINE
static
float
__attribute__
((
always_inline
))
INLINE
static
float
hydro_slope_limit_face_quantity
(
float
phi_i
,
float
phi_j
,
float
phi_mid0
,
hydro_slope_limit_face_quantity
(
float
phi_i
,
float
phi_j
,
float
phi_mid0
,
...
...
src/riemann/riemann_hllc.h
View file @
f003c29e
...
@@ -17,7 +17,6 @@
...
@@ -17,7 +17,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*
******************************************************************************/
******************************************************************************/
#ifndef SWIFT_RIEMANN_HLLC_H
#ifndef SWIFT_RIEMANN_HLLC_H
#define SWIFT_RIEMANN_HLLC_H
#define SWIFT_RIEMANN_HLLC_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