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
Elsa Gonsiorowski
codes
Commits
91aeccb5
Commit
91aeccb5
authored
Aug 06, 2013
by
Philip Carns
Browse files
minor warning fix
parent
dae58f8c
Changes
1
Hide whitespace changes
Inline
Side-by-side
codes/torus.h
View file @
91aeccb5
...
...
@@ -122,8 +122,8 @@ tw_stime max_latency = 0;
float
head_delay
=
0
.
0
;
float
credit_delay
=
0
.
0
;
static
unsigned
long
long
N_finished_packets
=
0
;
static
unsigned
long
long
total_hops
=
0
;
static
long
long
N_finished_packets
=
0
;
static
long
long
total_hops
=
0
;
// run time arguments
int
num_packets
;
int
num_chunks
;
...
...
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