##// END OF EJS Templates
fix minHei
Alexander Valdez -
r1676:077ec9b5e257
parent child
Show More
@@ -192,8 +192,6 class selectHeights(Operation):
192 192 maxIndex = indb[0][-1]
193 193 except:
194 194 maxIndex = len(heights)
195 print(minIndex)
196 print(maxIndex)
197 195 self.selectHeightsByIndex(minIndex, maxIndex)
198 196
199 197 return self.dataOut
General Comments 0
You need to be logged in to leave comments. Login now