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
a86eb4e2
Commit
a86eb4e2
authored
Mar 29, 2016
by
Pedro Gonnet
Browse files
small fix in space.c
parent
7232cee5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/space.c
View file @
a86eb4e2
...
...
@@ -159,7 +159,8 @@ void space_rebuild_recycle(struct space *s, struct cell *c) {
void
space_regrid
(
struct
space
*
s
,
double
cell_max
,
int
verbose
)
{
float
h_max
=
s
->
cell_min
/
kernel_gamma
/
space_stretch
,
dmin
;
int
i
,
j
,
k
,
cdim
[
3
],
nr_parts
=
s
->
nr_parts
;
int
i
,
j
,
k
,
cdim
[
3
];
const
size_t
nr_parts
=
s
->
nr_parts
;
struct
cell
*
restrict
c
;
ticks
tic
=
getticks
();
...
...
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