Skip to content
Snippets Groups Projects
Commit c1a8032f authored by Abd Errahmane Kiouche's avatar Abd Errahmane Kiouche :speech_balloon:
Browse files

Update param.h

parent f679621b
No related branches found
No related tags found
No related merge requests found
#ifndef STREAMSPOT_PARAM_H_
#define STREAMSPOT_PARAM_H_
#ifdef DEBUG #ifdef DEBUG
#define NDEBUG 0 #define NDEBUG 0
...@@ -11,7 +9,7 @@ extern int M; ...@@ -11,7 +9,7 @@ extern int M;
#define R 20 #define R 20
#define BUF_SIZE 50 #define BUF_SIZE 50
#define DELIMITER '\t' #define DELIMITER '\t'
#define L 1000 // must be = B * R #define L 1000
#define SEED 23 #define SEED 23
#define CLUSTER_UPDATE_INTERVAL 100 #define CLUSTER_UPDATE_INTERVAL 100
#define INF 5000000 #define INF 5000000
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment