Automatic commit. Thu Aug 30 16:00:07 WST 2012
[matches/honours.git] / research / TCS / process.py
index feac2d6..32261df 100755 (executable)
@@ -41,7 +41,7 @@ def GetTCS(data):
                n += 1
                dI += data[i+1][2] - data[i][2]                 
                if (dE != 0):                   
-                       result.append([data[i][1], (dI / (n * dE)) / data[i][2]])
+                       result.append([data[i][1], (dI / (n * dE)) ] ) #/ data[i][2]])
        return result
 
 def Plot(*args):

UCC git Repository :: git.ucc.asn.au