Minor changes.
This commit is contained in:
parent
41db5dde41
commit
84d5e7287b
|
@ -24,6 +24,9 @@
|
||||||
History
|
History
|
||||||
|
|
||||||
$Log: not supported by cvs2svn $
|
$Log: not supported by cvs2svn $
|
||||||
|
Revision 1.3 2004/07/15 14:32:49 ponchio
|
||||||
|
Debug.
|
||||||
|
|
||||||
Revision 1.2 2004/07/05 17:07:14 ponchio
|
Revision 1.2 2004/07/05 17:07:14 ponchio
|
||||||
Tested a bit.
|
Tested a bit.
|
||||||
|
|
||||||
|
@ -120,7 +123,6 @@ int main(int argc, char *argv[]) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//finally: there may be duplicated borders
|
//finally: there may be duplicated borders
|
||||||
for(unsigned int p = 0; p < nexus.index.size(); p++) {
|
for(unsigned int p = 0; p < nexus.index.size(); p++) {
|
||||||
Border border = nexus.GetBorder(p);
|
Border border = nexus.GetBorder(p);
|
||||||
|
@ -135,6 +137,8 @@ int main(int argc, char *argv[]) {
|
||||||
links.insert(border[b]);
|
links.insert(border[b]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
cerr << "Found " << duplicated << " duplicated vertices" << endl;
|
cout << "Found " << duplicated << " duplicated vertices" << endl;
|
||||||
|
cout << endl;
|
||||||
|
cout << endl;
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue