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
e905b0f9
Commit
e905b0f9
authored
Feb 13, 2016
by
Misbah Mubarak
Browse files
Fixed a minor bug in sampling conversion utility
parent
abf0e0d2
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/networks/model-net/read-dragonfly-sample.c
View file @
e905b0f9
...
...
@@ -130,7 +130,7 @@ int main( int argc, char** argv )
//printf("\n link traffic %ld ", r_event_array[i].link_traffic[j]);
fprintf
(
writeRouterFile
,
" %ld "
,
r_event_array
[
i
].
link_traffic
[
j
]);
}
fprintf
(
writeRouterFile
,
"
\n
%lf "
,
r_event_array
[
i
].
end_time
);
fprintf
(
writeRouterFile
,
" %lf
\n
"
,
r_event_array
[
i
].
end_time
);
}
fclose
(
pFile
);
fclose
(
writeRouterFile
);
...
...
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