##// END OF EJS Templates
Se añadio el metodo isEmpty a JROData
Miguel Valdez -
r185:fd8e2089aae3
parent child
Show More
@@ -77,6 +77,10 class JROData:
77 77
78 78 return copy.deepcopy(self)
79 79
80 def isEmpty(self):
81
82 return flagNoData
83
80 84 class Voltage(JROData):
81 85
82 86 nCohInt = None
General Comments 0
You need to be logged in to leave comments. Login now