Skip to content

Commit

Permalink
#11943 Contour Map: regenerate grid and projection on sampling factor…
Browse files Browse the repository at this point in the history
… change.
  • Loading branch information
kriben authored and magnesj committed Dec 2, 2024
1 parent db1fe84 commit bd3ef3f
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,9 @@ void RimContourMapProjection::clearGridMapping()
clearResults();
clearTimeStepRange();

if ( m_contourMapProjection ) m_contourMapProjection->clearGridMapping();
m_contourMapProjection.reset();
m_contourMapGrid.reset();

m_mapCellVisibility.clear();
}

Expand Down

0 comments on commit bd3ef3f

Please sign in to comment.