diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 22:19:39 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 22:19:39 +0000 |
commit | 2a73c38820d743a7daf930d25bdde1ba9a5a53e3 (patch) | |
tree | 12a6aed42065ca45cdd31352f1c43a8ba27a7278 /flow/gslschedule.cc | |
parent | f7959a4e97cdef8152a8bbf4e6d0b69cefea1baa (diff) | |
download | arts-2a73c38820d743a7daf930d25bdde1ba9a5a53e3.tar.gz arts-2a73c38820d743a7daf930d25bdde1ba9a5a53e3.zip |
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
Diffstat (limited to 'flow/gslschedule.cc')
-rw-r--r-- | flow/gslschedule.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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));*/ |