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/gsl/gsl.3 | |
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/gsl/gsl.3')
-rw-r--r-- | flow/gsl/gsl.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/flow/gsl/gsl.3 b/flow/gsl/gsl.3 index 21a25d2..2f7bb31 100644 --- a/flow/gsl/gsl.3 +++ b/flow/gsl/gsl.3 @@ -54,7 +54,7 @@ GSL-Functions \- GSL Function Reference .br \fBgsl_transact\fP (\fIjob\fP, \fI...\fP); .br -\fBgsl_engine_init\fP (\fIrun_threaded\fP, \fIblock_size\fP, \fIsample_freq\fP, \fIsub_sample_tqmask\fP); +\fBgsl_engine_init\fP (\fIrun_threaded\fP, \fIblock_size\fP, \fIsample_freq\fP, \fIsub_sample_mask\fP); .br \fBgsl_engine_wait_on_trans\fP (); .br @@ -403,7 +403,7 @@ First job .PP Convenience function which openes up a new transaction, collects the \fINULL\fP terminated job list passed to the function, and commits the transaction. .PD -.SS \fBgsl_engine_init\fP (\fIrun_threaded\fP, \fIblock_size\fP, \fIsample_freq\fP, \fIsub_sample_tqmask\fP); +.SS \fBgsl_engine_init\fP (\fIrun_threaded\fP, \fIblock_size\fP, \fIsample_freq\fP, \fIsub_sample_mask\fP); .PD 0 .IP \fIgboolean\ \ run_threaded\fP 27 @@ -411,7 +411,7 @@ Convenience function which openes up a new transaction, collects the \fINULL\fP number of values to process block wise .IP \fIguint\ \ \ \ \ sample_freq\fP 27 -.IP \fIguint\ \ \ \ \ sub_sample_tqmask\fP 27 +.IP \fIguint\ \ \ \ \ sub_sample_mask\fP 27 .PD 1 .PP |