mirror of https://github.com/CGAL/cgal
remove empty lines
This commit is contained in:
parent
2fd7546778
commit
b8be6649ec
|
|
@ -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.
|
* A tag class used to specify that the heat method applies the intrinsic Delaunay triangulation to the input mesh.
|
||||||
*/
|
*/
|
||||||
struct Intrinsic_Delaunay
|
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()
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue