fix CGDS usage, compilation, check usability
[epclust.git] / code / src / stage1 / TimeSeries / serialize.c
index ab552c9..88b15f1 100644 (file)
@@ -4,7 +4,7 @@
 #include <math.h>
 #include "Util/types.h"
 #include "Util/utils.h"
-#include <cds/Vector.h>
+#include <cgds/Vector.h>
 #include <string.h>
 
 // parse a line into two integers (ID, raw power)
@@ -156,7 +156,7 @@ void serialize_byCols(const char* ifileName, const char* ofileName, uint32_t nbI
                {
                        //just starting a new time-series: must process the last one (if there is a last one !)
                        if (lastID > 0)
-                       {                               
+                       {
                                if (tsLength == refTsLength && !overflow)
                                {
                                        seriesCount++;