remove empty lines

This commit is contained in:
Sébastien Loriot 2018-10-31 14:17:40 +01:00
parent 2fd7546778
commit b8be6649ec
2 changed files with 31 additions and 37 deletions

View File

@ -50,18 +50,17 @@ struct Heat_method_3_private_tests;
namespace CGAL { namespace CGAL {
namespace Heat_method_3 { namespace Heat_method_3 {
/** /**
* A tag class used to specify that the heat method is applied to the input mesh. * A tag class used to specify that the heat method is applied to the input mesh.
*/ */
struct Direct struct Direct
{}; {};
/**
* A tag class used to specify that the heat method applies the intrinsic Delaunay triangulation to the input mesh.
*/
struct Intrinsic_Delaunay
{};
/**
* A tag class used to specify that the heat method applies the intrinsic Delaunay triangulation to the input mesh.
*/
struct Intrinsic_Delaunay
{};
namespace internal { namespace internal {
template <typename TriangleMesh, template <typename TriangleMesh,
@ -224,7 +223,6 @@ public:
return m_sources; return m_sources;
} }
private: private:
double double
@ -368,8 +366,6 @@ private:
} }
void void
compute_divergence() compute_divergence()
{ {
@ -510,8 +506,6 @@ public:
private: private:
void void
build() build()
{ {