Skip to content
Snippets Groups Projects
Commit f111d5d1 authored by David Gobbi's avatar David Gobbi Committed by Lucas Givord
Browse files

Use WritePointer in vtkMultiBlockPLOT3DReader

When getting a naked pointer for writing to an array, the
WritePointer() method ensures the array is adjusted so that it
can receive the new values.  If just GetPointer() is used, then
the MaxId of the array is not correctly set.

(cherry picked from commit 2ac14b21)
parent eeb74bdf
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment