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
5366dfb9
Commit
5366dfb9
authored
May 16, 2013
by
Pedro Gonnet
Browse files
forgot some debugging code.
Former-commit-id: dd3a6877f4e3ae6b86f61268d7dfad4c4b4183bc
parent
bb460b71
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/space.c
View file @
5366dfb9
...
...
@@ -377,7 +377,7 @@ void space_rebuild ( struct space *s , double cell_max ) {
/* Do we need to re-build the upper-level cells? */
// tic = getticks();
if
(
1
||
s
->
cells
==
NULL
||
if
(
s
->
cells
==
NULL
||
cdim
[
0
]
<
s
->
cdim
[
0
]
||
cdim
[
1
]
<
s
->
cdim
[
1
]
||
cdim
[
2
]
<
s
->
cdim
[
2
]
)
{
/* Free the old cells, if they were allocated. */
...
...
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