Mon 29 Jun 2015 03:41:01 AM UTC, comment #2:
I reviewed the patch and made some changes. First, Octave uses a space between the name of the function and the opening parenthesis in order to distinguish from the case of indexing a variable. I added appropriate spaces. Second, the code failed to run. I used 'test z_test_2' from within Octave and apparently there were different names for the same variable 'nx' and 'n_x'. I renamed 'nx' to 'n_x' and 'ny' to 'n_y' and now the code runs, but it produces the error below.
Since I don't particularly understand what the tolerance should be, I am returning the updated changeset to this bug report. See the attached file.
(file #34336)
|