summaryrefslogtreecommitdiff
path: root/src/Gudhi_stat/include/gudhi/Persistence_landscape_on_grid.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Gudhi_stat/include/gudhi/Persistence_landscape_on_grid.h')
-rw-r--r--src/Gudhi_stat/include/gudhi/Persistence_landscape_on_grid.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Gudhi_stat/include/gudhi/Persistence_landscape_on_grid.h b/src/Gudhi_stat/include/gudhi/Persistence_landscape_on_grid.h
index de5c74ac..ed9c14ea 100644
--- a/src/Gudhi_stat/include/gudhi/Persistence_landscape_on_grid.h
+++ b/src/Gudhi_stat/include/gudhi/Persistence_landscape_on_grid.h
@@ -865,7 +865,9 @@ public:
/**
* The number of projections to R is defined to the number of nonzero landscape functions. I-th projection is an integral of i-th landscape function over whole R.
- * This function is required by the Real_valued_topological_data concept.
+ * This function is required by the Real_valued_topological_data concept.
+ * At the moment this function is not tested, since it is quite likelly to be changed in the future. Given this, when using it, keep in mind that it
+ * will be most likelly changed in the next versions.
**/
double project_to_R( int number_of_function )const
{