Skip to content

Commit

Permalink
Closes #91
Browse files Browse the repository at this point in the history
  • Loading branch information
scharlton2 committed Oct 2, 2023
1 parent c4672e4 commit 4318017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mv/mvModelFeatures.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@ void mvModelFeatures::Update()
m_UnstructuredGrid->SetPoints(m_GridPoints);
m_UnstructuredGrid->Modified();
}
else
else if (m_StructuredGrid)
{
m_StructuredGrid->SetDimensions(m_Dim[0], m_Dim[1], m_Dim[2]);
m_StructuredGrid->SetPoints(m_GridPoints);
Expand Down

0 comments on commit 4318017

Please sign in to comment.