We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
driving_function_imp_nfchoa()
% x0 - positions and directions of secondary sources / m [nx6] % d - driving signals [mxn]
in driving_function_imp_wfs().
driving_function_imp_wfs()
We should agree on a common naming scheme and create a pull request in order to fix this.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
As discussed in #141 we have some inconsistencies in the description of dimension length in the function header.
For example
in
driving_function_imp_nfchoa()
as opposed toin
driving_function_imp_wfs()
.We should agree on a common naming scheme and create a pull request in order to fix this.
The text was updated successfully, but these errors were encountered: