You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/*Checking can topology be changed:*/if (first_changed_vertex>last_vertex){
top_let(i_topology, r_topology);/*Copy original topology to new */return(0);
}/*if (first_changed_vertex>last_vertex)*/
(greater) sign to >= (greate or equal)
/*Checking can topology be changed:*/if (first_changed_vertex>=last_vertex){
top_let(i_topology, r_topology);/*Copy original topology to new */return(0);
}/*if (first_changed_vertex>last_vertex)*/
But topology T1 does not work in both variants.
I also tried T1 with one of lines (1,3) or (2,4) shrinked.
The text was updated successfully, but these errors were encountered:
For input file
Mapping works with topology T2 only, if i change in
https://github.com/apik/diana/blob/master/src/topology.c#L1193
But topology T1 does not work in both variants.
I also tried T1 with one of lines (1,3) or (2,4) shrinked.
The text was updated successfully, but these errors were encountered: