-
Notifications
You must be signed in to change notification settings - Fork 361
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Eliminate misleading pointer from blend structure (#3548)
* Eliminate misleading pointer from blend structure The HH pointer in the blend array was set to point to the hidden structure in the grid header and used once. But then we destroy the grid and now the pointer is pointing to junk. Could be confusing down the road. So now removed and we use a single variable to get the hidden content in the only place where it is needed. * Update gmt_init.c Sory, also add an unrelated debug statend and fix a typo
- Loading branch information
1 parent
5b11244
commit ed50fc5
Showing
2 changed files
with
7 additions
and
4 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
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