mirror of https://github.com/CGAL/cgal
small fixes
This commit is contained in:
parent
7180a85762
commit
d4a5cba43c
|
|
@ -6,7 +6,9 @@ find_path(THINGI10K_DATA_DIR NAME 132423.stl
|
||||||
PATH_SUFFIXES Downloads/Thingi10K/raw_meshes
|
PATH_SUFFIXES Downloads/Thingi10K/raw_meshes
|
||||||
NO_DEFAULT_PATH
|
NO_DEFAULT_PATH
|
||||||
NO_CMAKE_FIND_ROOT_PATH
|
NO_CMAKE_FIND_ROOT_PATH
|
||||||
|
REQUIRED
|
||||||
)
|
)
|
||||||
|
|
||||||
include(./thingi10k_max_10k_solid.cmake)
|
include(./thingi10k_max_10k_solid.cmake)
|
||||||
|
|
||||||
set(thingi10k_BLACKLIST_WITHOUT_MERGE_FACETS
|
set(thingi10k_BLACKLIST_WITHOUT_MERGE_FACETS
|
||||||
|
|
|
||||||
|
|
@ -294,9 +294,7 @@ struct Output_rep<Triangulation_simplex_3<TriangulationDataStructure_3>, Tag >
|
||||||
Simplex simplex;
|
Simplex simplex;
|
||||||
Tag tag;
|
Tag tag;
|
||||||
|
|
||||||
Output_rep(Simplex s)
|
Output_rep(const Simplex& s, Tag t = {}) : simplex(s), tag(t) {}
|
||||||
: simplex(s)
|
|
||||||
{}
|
|
||||||
|
|
||||||
std::ostream& operator()(std::ostream& os) const {
|
std::ostream& operator()(std::ostream& os) const {
|
||||||
auto display_vert = [&](auto v) {
|
auto display_vert = [&](auto v) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue