diff src/Silvet.h @ 352:a3fc6e1f2d4e

Restore threads stuff -- the host needs to be compiled with threading
author Chris Cannam
date Thu, 03 Sep 2015 12:06:31 +0100
parents 460cabb27bf7
children
line wrap: on
line diff
--- a/src/Silvet.h	Fri Aug 14 12:24:12 2015 +0100
+++ b/src/Silvet.h	Thu Sep 03 12:06:31 2015 +0100
@@ -25,6 +25,10 @@
 #include "MedianFilter.h"
 #include "Instruments.h"
 
+#ifndef MAX_EM_THREADS
+#define MAX_EM_THREADS 8
+#endif
+
 using std::string;
 using std::vector;
 using std::set;