mohr_serialize_merged_master #123

Closed
muellerr wants to merge 84 commits from mohr_serialize_merged_master into mohr_serialize
Showing only changes of commit c4486e79ec - Show all commits

View File

@ -91,7 +91,6 @@ uint32_t FixedSlotSequence::getLengthMs() const {
ReturnValue_t FixedSlotSequence::checkSequence() const { ReturnValue_t FixedSlotSequence::checkSequence() const {
if(slotList.empty()) { if(slotList.empty()) {
error << "Fixed Slot Sequence: Slot list is empty!" << std::endl; error << "Fixed Slot Sequence: Slot list is empty!" << std::endl;
std::exit(0);
} }
auto slotIt = slotList.begin(); auto slotIt = slotList.begin();
uint32_t count = 0; uint32_t count = 0;