summaryrefslogtreecommitdiff
path: root/src/common/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/include')
-rw-r--r--src/common/include/gudhi/writing_persistence_to_file.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/common/include/gudhi/writing_persistence_to_file.h b/src/common/include/gudhi/writing_persistence_to_file.h
index 53c83533..5767c06e 100644
--- a/src/common/include/gudhi/writing_persistence_to_file.h
+++ b/src/common/include/gudhi/writing_persistence_to_file.h
@@ -20,8 +20,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef FILE_WRITER_
-#define FILE_WRITER_
+#ifndef WRITING_PERSISTENCE_TO_FILE_H
+#define WRITING_PERSISTENCE_TO_FILE_H
#include <iostream>
#include <string>
@@ -141,8 +141,8 @@ private:
**/
template <typename Filtration_type , typename Coefficient_field>
void write_persistence_intervals_to_stream(
-//const std::vector< Persistence_interval_common<Filtration_type,Coefficient_field> >& intervals,
-
+const std::vector< Persistence_interval_common<Filtration_type,Coefficient_field> >& intervals,
+//TODO: change to ranges when it is clear how to do that.
std::ostream& out = std::cout )
{
for ( auto interval : intervals )
@@ -155,4 +155,4 @@ void write_persistence_intervals_to_stream(
}
-#endif //FILE_WRITER_
+#endif //WRITING_PERSISTENCE_TO_FILE_H