##// END OF EJS Templates
Se incrementa el valor por defecto de profileIndex a 2**32-1. Esto debido a que se encontraron datos de meteoros con un numero de perfiles mayor a 24K
Daniel Valdez -
r319:6b24991459b0
parent child
Show More
@@ -1280,7 +1280,7 class VoltageReader(JRODataReader):
1280
1280
1281 self.path = None
1281 self.path = None
1282
1282
1283 self.profileIndex = 9999
1283 self.profileIndex = 2**32-1
1284
1284
1285 self.delay = 3 #seconds
1285 self.delay = 3 #seconds
1286
1286
General Comments 0
You need to be logged in to leave comments. Login now