projects
/
ses.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c513e25
)
ses_lines_diff_components()
author
yu.dongliang
<18588496441@163.com>
Sat, 4 Nov 2023 06:52:28 +0000
(14:52 +0800)
committer
yu.dongliang
<18588496441@163.com>
Sat, 4 Nov 2023 06:52:28 +0000
(14:52 +0800)
ses_layout.c
patch
|
blob
|
blame
|
history
diff --git
a/ses_layout.c
b/ses_layout.c
index b84b17452246a0915e3f2552b28c8439444a1a70..c89235da5c6fc263fa9f4446094bd7a3ea70a9c9 100644
(file)
--- a/
ses_layout.c
+++ b/
ses_layout.c
@@
-395,7
+395,7
@@
int ses_lines_diff_components(ScfEfunction* f, ses_graph_t* graph)
v0 = graph->data[i];
el0 = v0->data;
- scf_log
i
("i: %ld, l%ld\n", i, el0->id);
+ scf_log
e
("i: %ld, l%ld\n", i, el0->id);
for (j = 0; j < v0->edges->size; j++) {
v1 = v0->edges->data[j];
@@
-403,6
+403,7
@@
int ses_lines_diff_components(ScfEfunction* f, ses_graph_t* graph)
el1 = v1->data;
scf_logi("j: %ld, l%ld\n", j, el1->id);
}
+ printf("\n");
}
#endif
return 0;