Fix disable/enable warnings; Fix indentation

This commit is contained in:
Andreas Fabri 2018-02-13 14:02:40 +00:00
parent 483f69728e
commit df2e978158
4 changed files with 4 additions and 4 deletions

View File

@ -1509,7 +1509,7 @@ long Fujiwara_root_bound_log(
RandomAccessIterator first, RandomAccessIterator beyond,
LowerBoundLog2Abs lblog2, UpperBoundLog2AbsApproximator ublog2apx
) {
std::ptrdiff_t n = beyond - first - 1; // degree
std::ptrdiff_t n = beyond - first - 1; // degree
if (n < 1) return 0;
long lblog2_lcoeff = lblog2(*(beyond - 1));

View File

@ -118,6 +118,6 @@ public:
} //namespace CGAL
#include <CGAL/disable_warnings.h>
#include <CGAL/enable_warnings.h>
#endif

View File

@ -420,6 +420,6 @@ private:
} // namespace CGAL
#include <CGAL/disable_warnings.h>
#include <CGAL/enable_warnings.h>
#endif // CGAL_SURFACE_MESH_PARAMETERIZATION_FIXED_BORDER_PARAMETERIZER_3_H

View File

@ -242,6 +242,6 @@ namespace CGAL {
} // end namespace CGAL
#include <CGAL/disable_warnings.h>
#include <CGAL/enable_warnings.h>
#endif // CGAL_SURFACE_MESHER_MANIFOLD_H