summaryrefslogtreecommitdiff
path: root/src/Persistence_representations/concept/Topological_data_with_scalar_product.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Persistence_representations/concept/Topological_data_with_scalar_product.h')
-rw-r--r--src/Persistence_representations/concept/Topological_data_with_scalar_product.h12
1 files changed, 5 insertions, 7 deletions
diff --git a/src/Persistence_representations/concept/Topological_data_with_scalar_product.h b/src/Persistence_representations/concept/Topological_data_with_scalar_product.h
index 203a1d91..a0677fb2 100644
--- a/src/Persistence_representations/concept/Topological_data_with_scalar_product.h
+++ b/src/Persistence_representations/concept/Topological_data_with_scalar_product.h
@@ -27,14 +27,12 @@ namespace Gudhi {
namespace Persistence_representations {
-
-/** \brief The concept Topological_data_with_scalar_product describes the requirements
- * for a type to implement a container that allows computations of scalar products.
+/** \brief The concept Topological_data_with_scalar_product describes the requirements
+ * for a type to implement a container that allows computations of scalar products.
*/
-class Topological_data_with_scalar_product
-{
-public:
- double compute_scalar_product( const Topological_data_with_scalar_product& second );
+class Topological_data_with_scalar_product {
+ public:
+ double compute_scalar_product(const Topological_data_with_scalar_product& second);
};
} // namespace Persistence_representations