0
6
0
... | ... |
@@ -152,4 +152,4 @@ |
152 | 152 |
|
153 |
typedef const Value ConstReturnValue; |
|
154 |
typedef const Value ReturnValue; |
|
153 |
typedef Value ConstReturnValue; |
|
154 |
typedef Value ReturnValue; |
|
155 | 155 |
}; |
... | ... |
@@ -180,4 +180,4 @@ |
180 | 180 |
|
181 |
typedef const Value ConstReturnValue; |
|
182 |
typedef const Value ReturnValue; |
|
181 |
typedef Value ConstReturnValue; |
|
182 |
typedef Value ReturnValue; |
|
183 | 183 |
}; |
... | ... |
@@ -1017,3 +1017,3 @@ |
1017 | 1017 |
if((!_undirected||g.source(e)<g.target(e))&&_arcWidths[e]>0 |
1018 |
&&g.source(e)!=g.target(e)) |
|
1018 |
&&g.source(e)!=g.target(e)) { |
|
1019 | 1019 |
if(_drawArrows) { |
... | ... |
@@ -1037,3 +1037,3 @@ |
1037 | 1037 |
<< _arcColors[e].blue() << " arr\n"; |
1038 |
} |
|
1038 |
} |
|
1039 | 1039 |
else os << mycoords[g.source(e)].x << ' ' |
... | ... |
@@ -1046,2 +1046,3 @@ |
1046 | 1046 |
<< _arcWidths[e]*_arcWidthScale << " l\n"; |
1047 |
} |
|
1047 | 1048 |
os << "grestore\n"; |
... | ... |
@@ -117,3 +117,3 @@ |
117 | 117 |
n!=-1 && nodes[n].first_in == -1; |
118 |
n = nodes[n].next) |
|
118 |
n = nodes[n].next) {} |
|
119 | 119 |
arc.id = (n == -1) ? -1 : nodes[n].first_in; |
... | ... |
@@ -127,4 +127,4 @@ |
127 | 127 |
for(n = nodes[arcs[arc.id].target].next; |
128 |
n!=-1 && nodes[n].first_in == -1; |
|
129 |
n = nodes[n].next); |
|
128 |
n!=-1 && nodes[n].first_in == -1; |
|
129 |
n = nodes[n].next) {} |
|
130 | 130 |
arc.id = (n == -1) ? -1 : nodes[n].first_in; |
0 comments (0 inline)