mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Temporary fix : Remove call to missing function
This commit is contained in:
parent
12fbd968ad
commit
e100c679d3
@ -223,7 +223,9 @@ void RimContourMapView::updateCurrentTimeStep()
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RimContourMapView::setFaultVisParameters()
|
||||
{
|
||||
faultCollection()->setShowFaultsOutsideFilter(false);
|
||||
// TODO: temporarily commented out
|
||||
// faultCollection()->setShowFaultsOutsideFilter(false);
|
||||
|
||||
faultCollection()->showOppositeFaultFaces = true;
|
||||
faultCollection()->faultResult = RimFaultInViewCollection::FAULT_NO_FACE_CULLING;
|
||||
faultResultSettings()->showCustomFaultResult = true;
|
||||
|
Loading…
Reference in New Issue
Block a user