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
Commits
feedfd83
Commit
feedfd83
authored
5 years ago
by
Matthieu Schaller
Browse files
Options
Downloads
Patches
Plain Diff
Compilation fixes for Intel compile
parent
a186289d
No related branches found
No related tags found
1 merge request
!1015
Parallel green function
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/mesh_gravity.c
+1
-1
1 addition, 1 deletion
src/mesh_gravity.c
with
1 addition
and
1 deletion
src/mesh_gravity.c
+
1
−
1
View file @
feedfd83
...
@@ -72,7 +72,7 @@ __attribute__((always_inline, const)) INLINE static int row_major_id_periodic(
...
@@ -72,7 +72,7 @@ __attribute__((always_inline, const)) INLINE static int row_major_id_periodic(
* @param dz Second CIC coefficient along z
* @param dz Second CIC coefficient along z
*/
*/
__attribute__
((
always_inline
,
const
))
INLINE
static
double
CIC_get
(
__attribute__
((
always_inline
,
const
))
INLINE
static
double
CIC_get
(
const
double
mesh
[
6
][
6
][
6
],
const
int
i
,
const
int
j
,
const
int
k
,
double
mesh
[
6
][
6
][
6
],
const
int
i
,
const
int
j
,
const
int
k
,
const
double
tx
,
const
double
ty
,
const
double
tz
,
const
double
dx
,
const
double
tx
,
const
double
ty
,
const
double
tz
,
const
double
dx
,
const
double
dy
,
const
double
dz
)
{
const
double
dy
,
const
double
dz
)
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment