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 committed Dec 2, 2024
1 parent 3fac7d2 commit 3b7a6f8
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 3b7a6f8

Please sign in to comment.