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) {
|
| ... | ... |
@@ -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; |
| ... | ... |
@@ -128,3 +128,3 @@ |
| 128 | 128 |
n!=-1 && nodes[n].first_in == -1; |
| 129 |
n = nodes[n].next) |
|
| 129 |
n = nodes[n].next) {}
|
|
| 130 | 130 |
arc.id = (n == -1) ? -1 : nodes[n].first_in; |
0 comments (0 inline)