Skip to content
New issue

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

[Backport 6.1] Do not let the API object for the assembled grid live one (#3771) #3776

Merged
merged 1 commit into from
Jul 30, 2020

Conversation

seisman
Copy link
Member

@seisman seisman commented Jul 30, 2020

GMT_Read_Data assigns a new object number to what is read, but for tiles it calls gmt_assemble_grid which also creates an object to pass to grdblend. However, once we get it back from grdblend we only want to keep the grid and discard the container since GMT_Read_Data already has a container for it.

Backport #3771 to 6.1 branch.

GMT_Read_Data assigns a new object number to what is read, but for tiles it calls gmt_assemble_grid which also creates an object to pass to grdblend.  However, once we get it back from grdblend we only want to keep the grid and discard the container since GMT_Read_Data already has a container for it.
@seisman seisman requested a review from PaulWessel July 30, 2020 00:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants