summaryrefslogtreecommitdiffstats
path: root/flow/gslschedule.cc
diff options
context:
space:
mode:
Diffstat (limited to 'flow/gslschedule.cc')
-rw-r--r--flow/gslschedule.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/flow/gslschedule.cc b/flow/gslschedule.cc
index b8bef86..fe02e2f 100644
--- a/flow/gslschedule.cc
+++ b/flow/gslschedule.cc
@@ -858,7 +858,7 @@ StdFlowSystem::StdFlowSystem()
* - the 44100 because of the obvious reason, that not every artsd
* is running at that rate
*/
- gsl_engine_init(false, 512, 44100, /* subsamplemask */ 63);
+ gsl_engine_init(false, 512, 44100, /* subsampletqmask */ 63);
if(gslGlobalMutexTable)
arts_debug("gsl: using Unix98 pthreads directly for mutexes and conditions");
/*gsl_engine_debug_enable(GslEngineDebugLevel(GSL_ENGINE_DEBUG_JOBS | GSL_ENGINE_DEBUG_SCHED));*/