##// END OF EJS Templates
Bug fixed
Ivan Valdez -
r797:4f6f55491fdc
parent child
Show More
@@ -340,7 +340,7 class SkyMapPlot(Figure):
340 update_figfile=update_figfile)
340 update_figfile=update_figfile)
341
341
342 if dataOut.ltctime >= self.xmax:
342 if dataOut.ltctime >= self.xmax:
343 self.isConfigmagwr = wr_period
343 self.isConfigmagwr = wr_period
344 self.isConfig = False
344 self.isConfig = False
345 update_figfile = True
345 update_figfile = True
346 axes.__firsttime = True
346 axes.__firsttime = True
General Comments 0
You need to be logged in to leave comments. Login now