@@ -20,9 +20,9 @@ bool TopologyTest::start(const QList<QPair<int,int> >& linkage)
|
||||
ite++
|
||||
)
|
||||
{
|
||||
int f=(*ite).first-1;
|
||||
int s=(*ite).second-1;
|
||||
std::cout<<f<<" to "<<s<<std::endl;
|
||||
// int f=(*ite).first-1;
|
||||
// int s=(*ite).second-1;
|
||||
// std::cout<<f<<" to "<<s<<std::endl;
|
||||
arch[(*ite).first-1].push_back((*ite).second-1);
|
||||
arch[(*ite).second-1].push_back((*ite).first-1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user