From 2a73c38820d743a7daf930d25bdde1ba9a5a53e3 Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 10 Aug 2011 22:19:39 +0000 Subject: rename the following methods: tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/arts@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- flow/gslschedule.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flow/gslschedule.cc') diff --git a/flow/gslschedule.cc b/flow/gslschedule.cc index fe02e2f..b8bef86 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, /* subsampletqmask */ 63); + gsl_engine_init(false, 512, 44100, /* subsamplemask */ 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));*/ -- cgit v1.2.1