summaryrefslogtreecommitdiff
path: root/include/gudhi/Points_off_io.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gudhi/Points_off_io.h')
-rw-r--r--include/gudhi/Points_off_io.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/gudhi/Points_off_io.h b/include/gudhi/Points_off_io.h
index 29af8a8a..38029658 100644
--- a/include/gudhi/Points_off_io.h
+++ b/include/gudhi/Points_off_io.h
@@ -4,7 +4,7 @@
*
* Author(s): Vincent Rouvreau
*
- * Copyright (C) 2015 INRIA Saclay (France)
+ * Copyright (C) 2015 Inria
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -126,9 +126,9 @@ class Points_off_visitor_reader {
* \code $> ./vector_double_off_reader ../../data/points/alphacomplexdoc.off
* \endcode
*
- * the program output is:
+ * the program outputs a file ../../data/points/alphacomplexdoc.off.txt:
*
- * \include common/cgaloffreader_result.txt
+ * \include common/vectordoubleoffreader_result.txt
*/
template<typename Point_d>
class Points_off_reader {