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
dbe01a6d
Commit
dbe01a6d
authored
10 years ago
by
Pedro Gonnet
Browse files
Options
Downloads
Patches
Plain Diff
clean up commented-out old code.
Former-commit-id: 5d5cc07feb9ce1c40bd3ca273d694f3d558162b8
parent
db0abfa5
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/cell.c
+0
-1
0 additions, 1 deletion
src/cell.c
with
0 additions
and
1 deletion
src/cell.c
+
0
−
1
View file @
dbe01a6d
...
...
@@ -181,7 +181,6 @@ 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 = ( ((long long int)c) / sizeof(struct cell) ) % (1 << 30);
c
->
tag
=
pc
->
tag
=
cell_next_tag
++
;
/* Fill in the progeny, depth-first recursion. */
...
...
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