summaryrefslogtreecommitdiff
path: root/src/Witness_complex/include/gudhi/Active_witness/Active_witness_iterator.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Witness_complex/include/gudhi/Active_witness/Active_witness_iterator.h')
-rw-r--r--src/Witness_complex/include/gudhi/Active_witness/Active_witness_iterator.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/Witness_complex/include/gudhi/Active_witness/Active_witness_iterator.h b/src/Witness_complex/include/gudhi/Active_witness/Active_witness_iterator.h
index d6ea6403..7f48faa4 100644
--- a/src/Witness_complex/include/gudhi/Active_witness/Active_witness_iterator.h
+++ b/src/Witness_complex/include/gudhi/Active_witness/Active_witness_iterator.h
@@ -30,12 +30,12 @@ namespace Gudhi {
namespace witness_complex {
- // /** \brief Iterator in the nearest landmark list.
- // * \details After the iterator reaches the end of the list,
- // * the list is augmented by a (nearest landmark, distance) pair if possible.
- // * If all the landmarks are present in the list, iterator returns the specific end value
- // * of the corresponding 'Active_witness' object.
- // */
+/* \brief Iterator in the nearest landmark list.
+ * \details After the iterator reaches the end of the list,
+ * the list is augmented by a (nearest landmark, distance) pair if possible.
+ * If all the landmarks are present in the list, iterator returns the specific end value
+ * of the corresponding 'Active_witness' object.
+ */
template< typename Active_witness,
typename Id_distance_pair,