summaryrefslogtreecommitdiff
path: root/src/Persistence_representations/concept/Topological_data_with_averages.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Persistence_representations/concept/Topological_data_with_averages.h')
-rw-r--r--src/Persistence_representations/concept/Topological_data_with_averages.h13
1 files changed, 6 insertions, 7 deletions
diff --git a/src/Persistence_representations/concept/Topological_data_with_averages.h b/src/Persistence_representations/concept/Topological_data_with_averages.h
index 0501c306..2b6d46c4 100644
--- a/src/Persistence_representations/concept/Topological_data_with_averages.h
+++ b/src/Persistence_representations/concept/Topological_data_with_averages.h
@@ -28,14 +28,13 @@ namespace Gudhi {
namespace Persistence_representations {
-/** \brief The concept Topological_data_with_averages describes the requirements
- * for a type to implement a container that allows computations of averages.
- * Note that the average object after being computed is stored in *this.
+/** \brief The concept Topological_data_with_averages describes the requirements
+ * for a type to implement a container that allows computations of averages.
+ * Note that the average object after being computed is stored in *this.
*/
-class Topological_data_with_averages
-{
-public:
- void compute_average( const std::vector< Topological_data_with_averages* >& to_average );
+class Topological_data_with_averages {
+ public:
+ void compute_average(const std::vector<Topological_data_with_averages*>& to_average);
};
} // namespace Persistence_representations