add empty line at the end of the files to remove a warning

This commit is contained in:
Sébastien Loriot 2013-12-13 11:52:13 +01:00
parent c458b0525f
commit dd485f4839
15 changed files with 14 additions and 16 deletions

View File

@ -50,4 +50,4 @@ int main()
std::cout << sdf_property_map[facet_it] << " ";
}
std::cout << std::endl;
}
}

View File

@ -76,4 +76,4 @@ int main()
std::cout << segment_property_map[facet_it] << " ";
}
std::cout << std::endl;
}
}

View File

@ -78,4 +78,4 @@ public:
/// @endcond
} //namespace CGAL
#endif //CGAL_INTERNAL_SURFACE_MESH_SEGMENTATION_AABB_TRAITS_H
#endif //CGAL_INTERNAL_SURFACE_MESH_SEGMENTATION_AABB_TRAITS_H

View File

@ -59,5 +59,3 @@ private:
} //namespace CGAL
#endif

View File

@ -241,4 +241,4 @@ public:
/// @endcond
}//namespace CGAL
#undef CGAL_ANGLE_ST_DEV_DIVIDER
#endif //CGAL_SURFACE_MESH_SEGMENTATION_DISK_SAMPLERS_H
#endif //CGAL_SURFACE_MESH_SEGMENTATION_DISK_SAMPLERS_H

View File

@ -385,4 +385,4 @@ private:
#undef CGAL_DEFAULT_MAXIMUM_ITERATION
#undef CGAL_DEFAULT_THRESHOLD
#undef CGAL_DEFAULT_NUMBER_OF_RUN
#endif //CGAL_SURFACE_MESH_SEGMENTATION_EXPECTATION_MAXIMIZATION_H
#endif //CGAL_SURFACE_MESH_SEGMENTATION_EXPECTATION_MAXIMIZATION_H

View File

@ -524,4 +524,4 @@ private:
}//namespace CGAL
#undef CGAL_NUMBER_OF_MAD
#endif //CGAL_SURFACE_MESH_SEGMENTATION_SDF_CALCULATION_H
#endif //CGAL_SURFACE_MESH_SEGMENTATION_SDF_CALCULATION_H

View File

@ -328,4 +328,4 @@ segmentation_via_sdf_values(const Polyhedron& polyhedron,
}//namespace CGAL
#endif // CGAL_SURFACE_MESH_SEGMENTATION_MESH_SEGMENTATION_H //
#endif // CGAL_SURFACE_MESH_SEGMENTATION_MESH_SEGMENTATION_H //

View File

@ -60,4 +60,4 @@ int main(void)
print(samples_2);
print(samples_3);
print(samples_4);
}
}

View File

@ -85,4 +85,4 @@ int main(void)
return EXIT_FAILURE;
}
}
}
}

View File

@ -84,4 +84,4 @@ int main(void)
return EXIT_FAILURE;
}
}
}
}

View File

@ -11,4 +11,4 @@ bool read_to_polyhedron(const char* file_name, Polyhedron& mesh)
return false;
}
return true;
}
}

View File

@ -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;
return EXIT_FAILURE;
}
}
}

View File

@ -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;
return EXIT_FAILURE;
}
}
}