mirror of https://github.com/CGAL/cgal
Fix disable/enable warnings; Fix indentation
This commit is contained in:
parent
483f69728e
commit
df2e978158
|
|
@ -1509,7 +1509,7 @@ long Fujiwara_root_bound_log(
|
||||||
RandomAccessIterator first, RandomAccessIterator beyond,
|
RandomAccessIterator first, RandomAccessIterator beyond,
|
||||||
LowerBoundLog2Abs lblog2, UpperBoundLog2AbsApproximator ublog2apx
|
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;
|
if (n < 1) return 0;
|
||||||
long lblog2_lcoeff = lblog2(*(beyond - 1));
|
long lblog2_lcoeff = lblog2(*(beyond - 1));
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -118,6 +118,6 @@ public:
|
||||||
|
|
||||||
} //namespace CGAL
|
} //namespace CGAL
|
||||||
|
|
||||||
#include <CGAL/disable_warnings.h>
|
#include <CGAL/enable_warnings.h>
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
|
|
@ -420,6 +420,6 @@ private:
|
||||||
|
|
||||||
} // namespace CGAL
|
} // namespace CGAL
|
||||||
|
|
||||||
#include <CGAL/disable_warnings.h>
|
#include <CGAL/enable_warnings.h>
|
||||||
|
|
||||||
#endif // CGAL_SURFACE_MESH_PARAMETERIZATION_FIXED_BORDER_PARAMETERIZER_3_H
|
#endif // CGAL_SURFACE_MESH_PARAMETERIZATION_FIXED_BORDER_PARAMETERIZER_3_H
|
||||||
|
|
|
||||||
|
|
@ -242,6 +242,6 @@ namespace CGAL {
|
||||||
|
|
||||||
} // end namespace CGAL
|
} // end namespace CGAL
|
||||||
|
|
||||||
#include <CGAL/disable_warnings.h>
|
#include <CGAL/enable_warnings.h>
|
||||||
|
|
||||||
#endif // CGAL_SURFACE_MESHER_MANIFOLD_H
|
#endif // CGAL_SURFACE_MESHER_MANIFOLD_H
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue