mirror of https://github.com/CGAL/cgal
remove extra sdg
This commit is contained in:
parent
04a5609b6a
commit
fbd6af3a62
|
|
@ -74,7 +74,6 @@ int main(int argc, char** argv) {
|
||||||
std::ifstream ifs(argv[1]);
|
std::ifstream ifs(argv[1]);
|
||||||
assert( ifs );
|
assert( ifs );
|
||||||
|
|
||||||
SDG2_wi sdg;
|
|
||||||
SDG2_wi::Site_2 site;
|
SDG2_wi::Site_2 site;
|
||||||
|
|
||||||
std::vector<CK::Point_2> points;
|
std::vector<CK::Point_2> points;
|
||||||
|
|
@ -94,7 +93,6 @@ int main(int argc, char** argv) {
|
||||||
points.push_back( site.source_of_supporting_site() );
|
points.push_back( site.source_of_supporting_site() );
|
||||||
indices.push_back( std::make_pair(k, k+1) );
|
indices.push_back( std::make_pair(k, k+1) );
|
||||||
++k;
|
++k;
|
||||||
sdg.insert( site );
|
|
||||||
}
|
}
|
||||||
indices.push_back( std::make_pair(k, 0) );
|
indices.push_back( std::make_pair(k, 0) );
|
||||||
ifs.close();
|
ifs.close();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue