I have this code in my fork:
This logical branch never gets executed unless something goes terribly wrong. I checked that this branch is never run with the data I use. However, for some reason, if I comment out the exit(1) line the program crashes. It would be very interesting if someone was able to shed some light here or at least give a lead. Other than that I cannot pin point any road blocks. Except maybe that due to the tedious nature of current tasks (mostly maintenance and code improvement with no noticeable immediate practical effect) the enthusiasm is winding down quite a bit.if (x_insert > x[imin] || x_insert < x[imax]){ret_val = TARDIS_ERROR_BOUNDS_ERROR;// Crashes without this exit, this doesn't make sense.exit(1);}
No comments:
Post a Comment