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