mirror of
https://github.com/OPM/ResInsight.git
synced 2025-01-05 21:53:27 -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() )
|
||||
{
|
||||
CAF_ASSERT( false && "No time steps found" );
|
||||
return options;
|
||||
}
|
||||
|
||||
|
@ -215,7 +215,6 @@ QList<caf::PdmOptionItemInfo>
|
||||
std::set<time_t> allTimeSteps = allAvailableTimeSteps();
|
||||
if ( allTimeSteps.empty() )
|
||||
{
|
||||
CAF_ASSERT( false && "No time steps found" );
|
||||
return options;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user