Fix vtkStructuredAMRGridConnectivity MaxId issue
The ghost arrays were built with SetValue() without adjusting the MaxId to indicate the number of values in the array. With InsertValue(), the MaxId is adjusted automatically.
Loading
Please register or sign in to comment