Fix whitespace in orashi nonunitcapacitor
This commit is contained in:
parent
c9fe5713cf
commit
5c2203b0f3
|
@ -88,8 +88,7 @@ class NonUnitCapacitor(CapacitorUnit):
|
|||
activeCapacitor.create( b, t )
|
||||
|
||||
side = "height" if self.direction == "vertical" else "width"
|
||||
if self.__isNonUnitCapSideOk__( side ) :
|
||||
|
||||
if self.__isNonUnitCapSideOk__( side ):
|
||||
print("drawing dummy too")
|
||||
# activeCapacitor = CapacitorUnit ( self.device, activeCapacitance, self.capacitorType, self.abutmentBoxPosition )
|
||||
|
||||
|
@ -102,7 +101,7 @@ class NonUnitCapacitor(CapacitorUnit):
|
|||
else : print("not drawing dummy")
|
||||
|
||||
# abutmentBoxDimensions = self.computeAbutmentBoxDimensions(capDim)
|
||||
# CapacitorUnit.drawAbutmentBox( self )
|
||||
# CapacitorUnit.drawAbutmentBox( self )
|
||||
|
||||
else : raise Error(1,'create() : Impossible to draw capacitor in the defined geometric limits.')
|
||||
|
||||
|
|
Loading…
Reference in New Issue