summaryrefslogtreecommitdiff
path: root/src/Gudhi_stat/include/gudhi/persistence_representations/Vector_distances_in_diagram.h
diff options
context:
space:
mode:
authorpdlotko <pdlotko@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-04-06 19:39:35 +0000
committerpdlotko <pdlotko@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-04-06 19:39:35 +0000
commit00c36cb49bc55d93edadad6b865ffc42118ea148 (patch)
tree93db47884a59b74393f2e5810cd1bc4b60eef34d /src/Gudhi_stat/include/gudhi/persistence_representations/Vector_distances_in_diagram.h
parent8252d6eb78c9fe355a2167ad68e9106fcaa8fcdb (diff)
Answer to MG4 comments.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/gudhi_stat@2314 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: e59312ce2c58d4ac19f2e9d46b7ca4dd29ed8e6e
Diffstat (limited to 'src/Gudhi_stat/include/gudhi/persistence_representations/Vector_distances_in_diagram.h')
-rw-r--r--src/Gudhi_stat/include/gudhi/persistence_representations/Vector_distances_in_diagram.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/Gudhi_stat/include/gudhi/persistence_representations/Vector_distances_in_diagram.h b/src/Gudhi_stat/include/gudhi/persistence_representations/Vector_distances_in_diagram.h
index 0e512bd3..83402d0f 100644
--- a/src/Gudhi_stat/include/gudhi/persistence_representations/Vector_distances_in_diagram.h
+++ b/src/Gudhi_stat/include/gudhi/persistence_representations/Vector_distances_in_diagram.h
@@ -281,10 +281,7 @@ public:
return std::make_pair( this->sorted_vector_of_distances[0] , 0);
}
- //arythmetic operations:
- /**
- * This is a generic function that allows to perform binary operations on two Vector_distances_in_diagram. It will be used later to defien sums and differences of Vector_distances_in_diagram.
- **/
+ //arythmetic operations:
template < typename Operation_type >
friend Vector_distances_in_diagram operation_on_pair_of_vectors( const Vector_distances_in_diagram& first , const Vector_distances_in_diagram& second , Operation_type opertion )
{