Skip to content
GitLab
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
1c954e09
Commit
1c954e09
authored
Sep 28, 2017
by
Matthieu Schaller
Browse files
Documentation fixes.
parent
59ab477b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/runner_doiact_fft.c
View file @
1c954e09
...
...
@@ -57,6 +57,7 @@ __attribute__((always_inline)) INLINE static int row_major_id(int i, int j,
* @param rho The density mesh.
* @param N the size of the mesh along one axis.
* @param fac The width of a mesh cell.
* @param dim The dimensions of the simulation box.
*/
__attribute__
((
always_inline
))
INLINE
static
void
multipole_to_mesh_CIC
(
const
struct
gravity_tensors
*
m
,
double
*
rho
,
int
N
,
double
fac
,
...
...
@@ -107,6 +108,7 @@ __attribute__((always_inline)) INLINE static void multipole_to_mesh_CIC(
* @param pot The potential mesh.
* @param N the size of the mesh along one axis.
* @param fac width of a mesh cell.
* @param dim The dimensions of the simulation box.
*/
__attribute__
((
always_inline
))
INLINE
static
void
mesh_to_multipole_CIC
(
struct
gravity_tensors
*
m
,
const
double
*
pot
,
int
N
,
double
fac
,
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment