summaryrefslogtreecommitdiff
path: root/src/Coxeter_triangulation/include/gudhi/IO/Mesh_medit.h
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2020-09-22 18:12:31 +0200
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2020-09-22 18:12:31 +0200
commitbe7555abfb97f02c37de96736f7a0993d4d47f03 (patch)
tree180f618a1db3a8b866f43f66210ac38c028d74dd /src/Coxeter_triangulation/include/gudhi/IO/Mesh_medit.h
parente0041b766b647f3906b52f861e97edba1f089312 (diff)
clang-format files
Diffstat (limited to 'src/Coxeter_triangulation/include/gudhi/IO/Mesh_medit.h')
-rw-r--r--src/Coxeter_triangulation/include/gudhi/IO/Mesh_medit.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/Coxeter_triangulation/include/gudhi/IO/Mesh_medit.h b/src/Coxeter_triangulation/include/gudhi/IO/Mesh_medit.h
index 28276bf7..203ed6c5 100644
--- a/src/Coxeter_triangulation/include/gudhi/IO/Mesh_medit.h
+++ b/src/Coxeter_triangulation/include/gudhi/IO/Mesh_medit.h
@@ -11,15 +11,15 @@
#ifndef IO_MESH_MEDIT_H_
#define IO_MESH_MEDIT_H_
-namespace Gudhi {
-
-namespace coxeter_triangulation {
-
#include <Eigen/Dense>
#include <vector>
#include <utility> // for std::pair
+namespace Gudhi {
+
+namespace coxeter_triangulation {
+
/* \class Mesh_medit
* \brief Structure to store a mesh that can be output in Medit .mesh file format
* using the output_meshes_to_medit method.
@@ -53,8 +53,8 @@ struct Mesh_medit {
Scalar_field_range tetrahedra_scalar_range;
};
-} // namespace coxeter_triangulation
+} // namespace coxeter_triangulation
-} // namespace Gudhi
+} // namespace Gudhi
#endif