mirror of
				https://github.com/OPM/ResInsight.git
				synced 2025-02-25 18:55:39 -06:00 
			
		
		
		
	#2064 Fix wrong timestep range text in Gui. Complete Fix #1986. Make it possible with Visible cells and FlowDiag/Injection flooding
This commit is contained in:
		@@ -398,7 +398,7 @@ bool RimCellEdgeColors::hasResult() const
 | 
			
		||||
{
 | 
			
		||||
    if (!enableCellEdgeColors()) return false;
 | 
			
		||||
 | 
			
		||||
    if (isUsingSingleVariable() && m_singleVarEdgeResultColors->resultType() == RiaDefines::FLOW_DIAGNOSTICS)
 | 
			
		||||
    if (isUsingSingleVariable() && m_singleVarEdgeResultColors->isFlowDiagOrInjectionFlooding())
 | 
			
		||||
    {
 | 
			
		||||
        return true;
 | 
			
		||||
    }
 | 
			
		||||
@@ -437,7 +437,7 @@ void RimCellEdgeColors::minMaxCellEdgeValues(double& min, double& max)
 | 
			
		||||
    globalMin = HUGE_VAL;
 | 
			
		||||
    globalMax = -HUGE_VAL;
 | 
			
		||||
 | 
			
		||||
    if (isUsingSingleVariable() && singleVarEdgeResultColors()->resultType() == RiaDefines::FLOW_DIAGNOSTICS)
 | 
			
		||||
    if (isUsingSingleVariable() && singleVarEdgeResultColors()->isFlowDiagOrInjectionFlooding())
 | 
			
		||||
    {
 | 
			
		||||
        int currentTimeStep = m_reservoirView->currentTimeStep();
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user