##// END OF EJS Templates
Miguel Valdez -
r815:2629262160ea
parent child
Show More
@@ -277,7 +277,7 class JROData(GenericData):
277 277 datatime = []
278 278
279 279 datatime.append(self.ltctime)
280 datatime.append(self.ltctime + self.timeInterval+60)
280 datatime.append(self.ltctime + self.timeInterval+1)
281 281
282 282 datatime = numpy.array(datatime)
283 283
General Comments 0
You need to be logged in to leave comments. Login now