summaryrefslogtreecommitdiff
path: root/GudhUI/model/Model.h
diff options
context:
space:
mode:
Diffstat (limited to 'GudhUI/model/Model.h')
-rw-r--r--GudhUI/model/Model.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/GudhUI/model/Model.h b/GudhUI/model/Model.h
index fc284cc6..1d5cc087 100644
--- a/GudhUI/model/Model.h
+++ b/GudhUI/model/Model.h
@@ -4,7 +4,7 @@
*
* Author(s): David Salinas
*
- * Copyright (C) 2014 INRIA Sophia Antipolis-Mediterranee (France)
+ * Copyright (C) 2014 Inria
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -74,7 +74,7 @@ class CGAL_geometric_flag_complex_wrapper {
// std::cout << "size:" << vertices.size() << std::endl;
for (std::size_t i = 0; i < vertices.size(); ++i)
for (std::size_t j = i + 1; j < vertices.size(); ++j)
- complex_.add_edge(Vertex_handle(vertices[i]), Vertex_handle(vertices[j]));
+ complex_.add_edge_without_blockers(Vertex_handle(vertices[i]), Vertex_handle(vertices[j]));
}
}