sfs-matlab icon indicating copy to clipboard operation
sfs-matlab copied to clipboard

Naming scheme for dimensions in function headers

Open hagenw opened this issue 7 years ago • 0 comments

As discussed in #141 we have some inconsistencies in the description of dimension length in the function header. For example

%       x0      - position  and direction of secondary sources [N0x7] / m
%       d       - matrix of driving signals [NxN0]

in driving_function_imp_nfchoa() as opposed to

%       x0      - positions and directions of secondary sources / m [nx6]
%       d       - driving signals [mxn]

in driving_function_imp_wfs().

We should agree on a common naming scheme and create a pull request in order to fix this.

hagenw avatar May 05 '17 13:05 hagenw