summaryrefslogtreecommitdiff
path: root/src/Alpha_complex/include/gudhi/Alpha_complex_options.h
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2018-09-25 16:05:33 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2018-09-25 16:05:33 +0000
commit7865ef2cc4abd972b2ba1eb50790912820fa2ee2 (patch)
tree58ee04316937d22d2f30eb0b3af5acb6cf5f40ee /src/Alpha_complex/include/gudhi/Alpha_complex_options.h
parent5624cfc39b51dd7f201b11c45b5ca5f218591c04 (diff)
clang-format all files
Add safe version alpha complex 3d persistence utility git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/alpha_complex_3d_module_vincent@3907 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 54b2d0de9231511864df9fa637b60b7ccf34f50f
Diffstat (limited to 'src/Alpha_complex/include/gudhi/Alpha_complex_options.h')
-rw-r--r--src/Alpha_complex/include/gudhi/Alpha_complex_options.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/Alpha_complex/include/gudhi/Alpha_complex_options.h b/src/Alpha_complex/include/gudhi/Alpha_complex_options.h
index 29eb514a..7a555fa1 100644
--- a/src/Alpha_complex/include/gudhi/Alpha_complex_options.h
+++ b/src/Alpha_complex/include/gudhi/Alpha_complex_options.h
@@ -23,7 +23,6 @@
#ifndef ALPHA_COMPLEX_OPTIONS_H_
#define ALPHA_COMPLEX_OPTIONS_H_
-
namespace Gudhi {
namespace alpha_complex {
@@ -33,11 +32,10 @@ namespace alpha_complex {
*
* \ingroup alpha_complex
*/
-enum class complexity: char
-{
- FAST='f', ///< Fast version.
- SAFE='s', ///< Safe version.
- EXACT='e', ///< Exact version.
+enum class complexity : char {
+ FAST = 'f', ///< Fast version.
+ SAFE = 's', ///< Safe version.
+ EXACT = 'e', ///< Exact version.
};
} // namespace alpha_complex