Commit e3469a00 authored by Andrea Orlat's avatar Andrea Orlat
Browse files

bug fix for noData files

parent e91616c8
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -85,6 +85,9 @@ void CDataCollection::saveMainHeaders(Backends::TMainHeader const * h,Backends::
		printf("IF: %ld %ld\n",(long)m_sectionH->IF[0],(long)m_sectionH->IF[1]);
	}*/
	m_ready=true; // main headers are saved....before that no activity can take place	
	if (getIsNoData()) { // this is a special behaviour with no data
		m_start=true;
	}
}

bool CDataCollection::saveDump(char * memory)