projects
/
ses.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8535bcd
)
__ses_de_cross()
author
yu.dongliang
<18588496441@163.com>
Wed, 8 Nov 2023 08:41:55 +0000
(16:41 +0800)
committer
yu.dongliang
<18588496441@163.com>
Wed, 8 Nov 2023 08:41:55 +0000
(16:41 +0800)
ses_layout.c
patch
|
blob
|
blame
|
history
diff --git
a/ses_layout.c
b/ses_layout.c
index 708ba980d05410609d3ceafa679490d73d61c14c..29dbe8a3f61921f24336d0368e24b2806546ab4c 100644
(file)
--- a/
ses_layout.c
+++ b/
ses_layout.c
@@
-1177,6
+1177,11
@@
static int __ses_de_cross(ScfEfunction* f, int d)
}
}
+ for (i = 0; i < f->n_components; i++) {
+ c = f->components[i];
+ scf_logi("N: %ld, i: %ld, c%ld->color: %ld\n", N, i, c->id, c->color);
+ }
+
return 0;
}