• Main INDEX
  • Monthly INDEX
  • PREV
  • NEXT

    User name koltenuk

    Log entry time 04:41:09 on November 25,1997

    Entry number 2386

    keyword=replay problems

    replays of runs 17268 and runs 17278 crash due to floating exception problems
    17268 crashes after coin event 160771
    17278 crashes after coin event 131326
    added a line to c_physics.f:
    c_epsilon=min(c_epsilon,0.99)
    this fixed the problem, at least for run 17278
    (to calculate c_gamma_v you divide by (1.-c_epsilon); when c_epsilon was 1. this
    became a problem)