From bb04b7a45d802c9519b678319b59b38fe5fedfca Mon Sep 17 00:00:00 2001
From: vvaquero <vvaquero@224674b8-e365-4e73-a4a8-558dbbfec58c>
Date: Sat, 24 Oct 2015 18:00:52 +0000
Subject: [PATCH] deprecated clusterting

---
 src/clustering.cpp | 2 ++
 src/clustering.h   | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/src/clustering.cpp b/src/clustering.cpp
index be04608..b5a4a7c 100644
--- a/src/clustering.cpp
+++ b/src/clustering.cpp
@@ -1,3 +1,5 @@
+/******* DEPRECATED *******/
+
 #include "clustering.h"
 
 #include <fstream>      // std::ofstream
diff --git a/src/clustering.h b/src/clustering.h
index 5d4c389..a41b9fd 100644
--- a/src/clustering.h
+++ b/src/clustering.h
@@ -1,3 +1,5 @@
+/******* DEPRECATED *******/
+
 #ifndef CLUSTERING_H
 #define CLUSTERING_H
 
-- 
GitLab