node_t* n = agnode(g, orign->name);
#else /* WITH_CGRAPH */
node_t* n = agnode(g, agnameof(orign),1);
- agbindrec(n, "Agnodeinfo_t", sizeof(Agnodeinfo_t), TRUE); //node custom data
-
+ agbindrec(n, "Agnodeinfo_t", sizeof(Agnodeinfo_t), TRUE);
#endif /* WITH_CGRAPH */
agcopyattr (orign, n);
if (shapeOf(orign) == SH_RECORD) {
subg = agsubg (auxg, "xxx");
#else /* WITH_CGRAPH */
subg = agsubg (auxg, "xxx",1);
- agbindrec(subg, "Agraphinfo_t", sizeof(Agraphinfo_t), TRUE); //node custom data
-
+ agbindrec(subg, "Agraphinfo_t", sizeof(Agraphinfo_t), TRUE);
#endif /* WITH_CGRAPH */
agset (subg, "rank", "source");
rightx = ND_coord(hn).x;