mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Remove invalid assert
This commit is contained in:
parent
69f13b1015
commit
7e097a7364
@ -596,7 +596,6 @@ QList<caf::PdmOptionItemInfo> RimAnalysisPlot::calculateValueOptions( const caf:
|
|||||||
|
|
||||||
if ( allTimeSteps.empty() )
|
if ( allTimeSteps.empty() )
|
||||||
{
|
{
|
||||||
CAF_ASSERT( false && "No time steps found" );
|
|
||||||
return options;
|
return options;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -215,7 +215,6 @@ QList<caf::PdmOptionItemInfo>
|
|||||||
std::set<time_t> allTimeSteps = allAvailableTimeSteps();
|
std::set<time_t> allTimeSteps = allAvailableTimeSteps();
|
||||||
if ( allTimeSteps.empty() )
|
if ( allTimeSteps.empty() )
|
||||||
{
|
{
|
||||||
CAF_ASSERT( false && "No time steps found" );
|
|
||||||
return options;
|
return options;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user