2 parents 6acbf84 + 3e08f73 commit 0a7841bCopy full SHA for 0a7841b
1 file changed
Fit/Track.hh
@@ -694,7 +694,10 @@ namespace KinKal {
694
}
695
KKEFFFWDBND fwdbnds; // bounding sites used for fitting
696
KKEFFREVBND revbnds;
697
- setBounds(fwdbnds,revbnds);
+ if(!setBounds(fwdbnds,revbnds)){
698
+ status().status_ = Status::lowNDOF;
699
+ return;
700
+ }
701
// initialize the fit state where we left off processing
702
FitStateArray states;
703
TimeRange fitrange(fwdbnds[0]->get()->time(),revbnds[0]->get()->time());
0 commit comments