Revert case Ids to start at 0

This commit is contained in:
Magne Sjaastad
2019-12-02 12:17:50 +01:00
parent e87466717c
commit e03582ab4b

View File

@@ -101,8 +101,8 @@ CAF_PDM_SOURCE_INIT( RimProject, "ResInsightProject" );
///
//--------------------------------------------------------------------------------------------------
RimProject::RimProject( void )
: m_nextValidCaseId( 1 )
, m_nextValidCaseGroupId( 1 )
: m_nextValidCaseId( 0 )
, m_nextValidCaseGroupId( 0 )
, m_nextValidViewId( 1 )
{
CAF_PDM_InitObject( "Project", "", "", "" );