mirror of https://github.com/CGAL/cgal
add empty line at the end of the files to remove a warning
This commit is contained in:
parent
c458b0525f
commit
dd485f4839
|
|
@ -50,4 +50,4 @@ int main()
|
||||||
std::cout << sdf_property_map[facet_it] << " ";
|
std::cout << sdf_property_map[facet_it] << " ";
|
||||||
}
|
}
|
||||||
std::cout << std::endl;
|
std::cout << std::endl;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -76,4 +76,4 @@ int main()
|
||||||
std::cout << segment_property_map[facet_it] << " ";
|
std::cout << segment_property_map[facet_it] << " ";
|
||||||
}
|
}
|
||||||
std::cout << std::endl;
|
std::cout << std::endl;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -78,4 +78,4 @@ public:
|
||||||
/// @endcond
|
/// @endcond
|
||||||
|
|
||||||
} //namespace CGAL
|
} //namespace CGAL
|
||||||
#endif //CGAL_INTERNAL_SURFACE_MESH_SEGMENTATION_AABB_TRAITS_H
|
#endif //CGAL_INTERNAL_SURFACE_MESH_SEGMENTATION_AABB_TRAITS_H
|
||||||
|
|
|
||||||
|
|
@ -59,5 +59,3 @@ private:
|
||||||
|
|
||||||
} //namespace CGAL
|
} //namespace CGAL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -241,4 +241,4 @@ public:
|
||||||
/// @endcond
|
/// @endcond
|
||||||
}//namespace CGAL
|
}//namespace CGAL
|
||||||
#undef CGAL_ANGLE_ST_DEV_DIVIDER
|
#undef CGAL_ANGLE_ST_DEV_DIVIDER
|
||||||
#endif //CGAL_SURFACE_MESH_SEGMENTATION_DISK_SAMPLERS_H
|
#endif //CGAL_SURFACE_MESH_SEGMENTATION_DISK_SAMPLERS_H
|
||||||
|
|
|
||||||
|
|
@ -385,4 +385,4 @@ private:
|
||||||
#undef CGAL_DEFAULT_MAXIMUM_ITERATION
|
#undef CGAL_DEFAULT_MAXIMUM_ITERATION
|
||||||
#undef CGAL_DEFAULT_THRESHOLD
|
#undef CGAL_DEFAULT_THRESHOLD
|
||||||
#undef CGAL_DEFAULT_NUMBER_OF_RUN
|
#undef CGAL_DEFAULT_NUMBER_OF_RUN
|
||||||
#endif //CGAL_SURFACE_MESH_SEGMENTATION_EXPECTATION_MAXIMIZATION_H
|
#endif //CGAL_SURFACE_MESH_SEGMENTATION_EXPECTATION_MAXIMIZATION_H
|
||||||
|
|
|
||||||
|
|
@ -524,4 +524,4 @@ private:
|
||||||
}//namespace CGAL
|
}//namespace CGAL
|
||||||
#undef CGAL_NUMBER_OF_MAD
|
#undef CGAL_NUMBER_OF_MAD
|
||||||
|
|
||||||
#endif //CGAL_SURFACE_MESH_SEGMENTATION_SDF_CALCULATION_H
|
#endif //CGAL_SURFACE_MESH_SEGMENTATION_SDF_CALCULATION_H
|
||||||
|
|
|
||||||
|
|
@ -328,4 +328,4 @@ segmentation_via_sdf_values(const Polyhedron& polyhedron,
|
||||||
|
|
||||||
}//namespace CGAL
|
}//namespace CGAL
|
||||||
|
|
||||||
#endif // CGAL_SURFACE_MESH_SEGMENTATION_MESH_SEGMENTATION_H //
|
#endif // CGAL_SURFACE_MESH_SEGMENTATION_MESH_SEGMENTATION_H //
|
||||||
|
|
|
||||||
|
|
@ -60,4 +60,4 @@ int main(void)
|
||||||
print(samples_2);
|
print(samples_2);
|
||||||
print(samples_3);
|
print(samples_3);
|
||||||
print(samples_4);
|
print(samples_4);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -85,4 +85,4 @@ int main(void)
|
||||||
return EXIT_FAILURE;
|
return EXIT_FAILURE;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -84,4 +84,4 @@ int main(void)
|
||||||
return EXIT_FAILURE;
|
return EXIT_FAILURE;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -39,4 +39,4 @@ int main(void)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -11,4 +11,4 @@ bool read_to_polyhedron(const char* file_name, Polyhedron& mesh)
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -40,4 +40,4 @@ int main(void)
|
||||||
std::cerr << "Number of segments should be 3 for cactus model (since it is pretty easy model to segment)" << std::endl;
|
std::cerr << "Number of segments should be 3 for cactus model (since it is pretty easy model to segment)" << std::endl;
|
||||||
return EXIT_FAILURE;
|
return EXIT_FAILURE;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -42,4 +42,4 @@ int main(void)
|
||||||
std::cerr << "Number of segments should be 3 for cactus model (since it is pretty easy model to segment)" << std::endl;
|
std::cerr << "Number of segments should be 3 for cactus model (since it is pretty easy model to segment)" << std::endl;
|
||||||
return EXIT_FAILURE;
|
return EXIT_FAILURE;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue