func OnLineHeader () { output(LH); } func OnTrace () { a = Tr.DphInd; b = Tr.SoPtNm; c = Tr.RecInd; d = Tr.SrPtXC; e = Tr.SrPtYC; f = Tr.RcPtXC; g = Tr.RcPtYC; if (a == 0) Tr.StaCor = 30000; if (b == 0) Tr.StaCor = 30000; if (c == 0) Tr.StaCor = 30000; if (d == 0) Tr.StaCor = 30000; if (e == 0) Tr.StaCor = 30000; if (f == 0) Tr.StaCor = 30000; output(Tr); } func End(){ print (" end of deadtrace ufh \n"); }