# | Line 474 | Line 474 | vector<int> samplecollection::FindSample | |
---|---|---|
474 | } | |
475 | if(hitcollection.size()==0) { | |
476 | hitcollection.push_back(-1); | |
477 | < | write_warning(__FUNCTION__,"Couldn't find sample "+string(what)+": using sample collection \""+string(this->name)+"\""); |
477 | > | write_warning(__FUNCTION__,"Couldn't find sample "+string(what)+" using sample collection \""+string(this->name)+"\""); |
478 | } | |
479 | return hitcollection; | |
480 | } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |