accidentally placed return in merge function when a continue is needed. now fixed
In timingClass.cxx, under MergeFebTime(), I had accidentally used return when checking for file content, but continue is needed otherwise the process hangs.
Should be fixed now and tested locally.