Control: tags -1 moreinfo Hi Gard,
I was checking your RFS, but I cannot get it compiled... Please check and then remove the moreinfo tag again... tobi excerpt from the log: /build/gudhi- 2.0.1+dfsg/example/Persistent_cohomology/weighted_alpha_complex_3d_pers istence.cpp:57:21: error: 'Bare_point' in 'using Gt = class CGAL::Regular_triangulation_euclidean_traits_3<CGAL::Epick> {aka class CGAL::Regular_triangulation_euclidean_traits_3<CGAL::Epick>}' does not name a type using Point_3 = Gt::Bare_point; ^~~~~~~~~~ /build/gudhi- 2.0.1+dfsg/example/Persistent_cohomology/weighted_alpha_complex_3d_pers istence.cpp:58:30: error: 'Weighted_point' in 'using Gt = class CGAL::Regular_triangulation_euclidean_traits_3<CGAL::Epick> {aka class CGAL::Regular_triangulation_euclidean_traits_3<CGAL::Epick>}' does not name a type using Weighted_point_3 = Gt::Weighted_point; ^~~~~~~~~~~~~~ /build/gudhi- 2.0.1+dfsg/example/Persistent_cohomology/weighted_alpha_complex_3d_pers istence.cpp: In function 'int main(int, char* const*)': /build/gudhi- 2.0.1+dfsg/example/Persistent_cohomology/weighted_alpha_complex_3d_pers istence.cpp:107:31: error: 'Point_3' was not declared in this scope Gudhi::Points_3D_off_reader<Point_3> off_reader(offInputFile); ^~~~~~~ /build/gudhi- 2.0.1+dfsg/example/Persistent_cohomology/weighted_alpha_complex_3d_pers istence.cpp:107:31: note: suggested alternative: In file included from /usr/include/CGAL/user_classes.h:42:0, from /usr/include/CGAL/Kernel/global_functions_2.h:33, from /usr/include/CGAL/Kernel/global_functions.h:31, from /usr/include/CGAL/Cartesian/Cartesian_base.h:30, from /usr/include/CGAL/Simple_cartesian.h:28, from /usr/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:28, from /build/gudhi- 2.0.1+dfsg/example/Persistent_cohomology/weighted_alpha_complex_3d_pers istence.cpp:29: /usr/include/CGAL/Point_3.h:39:7: note: 'CGAL::Point_3' class Point_3 : public R_::Kernel_base::Point_3 ^~~~~~~ /build/gudhi- 2.0.1+dfsg/example/Persistent_cohomology/weighted_alpha_complex_3d_pers istence.cpp:107:38: error: template argument 1 is invalid Gudhi::Points_3D_off_reader<Point_3> off_reader(offInputFile); ^ /build/gudhi- 2.0.1+dfsg/example/Persistent_cohomology/weighted_alpha_complex_3d_pers istence.cpp:107:63: error: cannot convert 'std::__cxx11::string {aka std::__cxx11::basic_string<char>}' to 'int' in initialization Gudhi::Points_3D_off_reader<Point_3> off_reader(offInputFile);