From c8537f1065c01cb0dc79ec45bd527ed69e6dacb1 Mon Sep 17 00:00:00 2001 From: BlackLight Date: Tue, 8 Feb 2011 00:32:35 +0100 Subject: [PATCH] Adding doc dir in order to avoid make troubles --- correlation.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/correlation.c b/correlation.c index 375ba95..ed87ece 100644 --- a/correlation.c +++ b/correlation.c @@ -399,12 +399,13 @@ AI_alert_correlation_thread ( void *arg ) double py_value = 0.0, py_weight = 0.0; + + py_corr_functions = AI_get_py_functions ( &n_py_corr_functions ); + py_weight_functions = AI_get_py_weights ( &n_py_weight_functions ); #endif corr_functions = AI_get_corr_functions ( &n_corr_functions ); corr_weights = AI_get_corr_weights ( &n_corr_weights ); - py_corr_functions = AI_get_py_functions ( &n_py_corr_functions ); - py_weight_functions = AI_get_py_weights ( &n_py_weight_functions ); pthread_mutex_init ( &mutex, NULL );