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
1fa4eb60
Commit
1fa4eb60
authored
Nov 10, 2017
by
lhausamm
Browse files
Change name style in dot
parent
1e597100
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/scheduler.c
View file @
1fa4eb60
...
...
@@ -151,7 +151,7 @@ void scheduler_write_dependency(struct scheduler *s) {
tb
=
ta
->
unlock_tasks
[
j
];
/* construct line */
sprintf
(
tmp
,
"
\t
%s
_
%s
->
%s
_
%s;
\n
"
,
taskID_names
[
ta
->
type
],
sprintf
(
tmp
,
"
\t
\"
%s
%s
\"
->
\"
%s
%s
\"
;
\n
"
,
taskID_names
[
ta
->
type
],
subtaskID_names
[
ta
->
subtype
],
taskID_names
[
tb
->
type
],
subtaskID_names
[
tb
->
subtype
]);
...
...
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