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