mirror of https://github.com/CGAL/cgal
Fix disable/enable warnings; Fix indentation
This commit is contained in:
parent
483f69728e
commit
df2e978158
|
|
@ -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