throw away old code, prepare tests
[epclust.git] / old_C_code / stage1 / src / MPI_Main / master.h
diff --git a/old_C_code/stage1/src/MPI_Main/master.h b/old_C_code/stage1/src/MPI_Main/master.h
deleted file mode 100644 (file)
index 397ea59..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-#ifndef PPAM_MASTER_H
-#define PPAM_MASTER_H
-
-#include <stdint.h>
-
-// code executed by master process
-void master_run(char* fileName, uint32_t totalNbSeries, uint32_t nbSeriesInChunk,
-       double idealNbSeriesInChunk, uint32_t tsLength, uint32_t nbClusters, 
-       int randomize, uint32_t p_for_dissims);
-
-#endif