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
852ce8aa
Commit
852ce8aa
authored
Aug 17, 2015
by
Pedro Gonnet
Browse files
oops.
Former-commit-id: 3e2e2fd2880bc17520646797d360921a71514379
parent
ac74d8fd
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/cell.c
View file @
852ce8aa
...
...
@@ -181,7 +181,7 @@ int cell_pack ( struct cell *c , struct pcell *pc ) {
pc
->
dt_min
=
c
->
dt_min
;
pc
->
dt_max
=
c
->
dt_max
;
pc
->
count
=
c
->
count
;
c
->
tag
=
pc
->
tag
=
atomic_inc
(
cell_next_tag
)
%
cell_max_tag
;
c
->
tag
=
pc
->
tag
=
atomic_inc
(
&
cell_next_tag
)
%
cell_max_tag
;
/* Fill in the progeny, depth-first recursion. */
for
(
k
=
0
;
k
<
8
;
k
++
)
...
...
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