summaryrefslogtreecommitdiffstats
path: root/flow/gsl/gsloscillator.c
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-10 22:19:39 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-10 22:19:39 +0000
commit2a73c38820d743a7daf930d25bdde1ba9a5a53e3 (patch)
tree12a6aed42065ca45cdd31352f1c43a8ba27a7278 /flow/gsl/gsloscillator.c
parentf7959a4e97cdef8152a8bbf4e6d0b69cefea1baa (diff)
downloadarts-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/gsl/gsloscillator.c')
-rw-r--r--flow/gsl/gsloscillator.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/flow/gsl/gsloscillator.c b/flow/gsl/gsloscillator.c
index e988efe..2ae2868 100644
--- a/flow/gsl/gsloscillator.c
+++ b/flow/gsl/gsloscillator.c
@@ -131,9 +131,9 @@ osc_process (GslOscData *osc,
if_reject (mode != osc->last_mode)
{
- guint change_tqmask = osc->last_mode >= OSC_FLAG_INVAL ? OSC_FLAG_INVAL : osc->last_mode ^ mode;
+ guint change_mask = osc->last_mode >= OSC_FLAG_INVAL ? OSC_FLAG_INVAL : osc->last_mode ^ mode;
- if (change_tqmask & OSC_FLAG_FREQ)
+ if (change_mask & OSC_FLAG_FREQ)
{
gdouble fcpos, flpos;