-
Notifications
You must be signed in to change notification settings - Fork 365
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Several problems in grdgradient (#4328)
* Incorrect header used to compute nodes if external grdgradient computes derivatives and requires at least a one row/col padding for the algorithm to work: We do the finite differencing on a bin with 4 nodes and store the result in the top left node which is not used in further calcuations. At the end we restore the padding so the output is correctly aligned. For files (automatically having a pad of 2) this works fine. * Update grdgradient.c * Update grdgradient.c * Update grdgradient.c
- Loading branch information
1 parent
6bebefe
commit 8a4275f
Showing
1 changed file
with
82 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters