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 )
|
activeCapacitor.create( b, t )
|
||||||
|
|
||||||
side = "height" if self.direction == "vertical" else "width"
|
side = "height" if self.direction == "vertical" else "width"
|
||||||
if self.__isNonUnitCapSideOk__( side ) :
|
if self.__isNonUnitCapSideOk__( side ):
|
||||||
|
|
||||||
print("drawing dummy too")
|
print("drawing dummy too")
|
||||||
# activeCapacitor = CapacitorUnit ( self.device, activeCapacitance, self.capacitorType, self.abutmentBoxPosition )
|
# activeCapacitor = CapacitorUnit ( self.device, activeCapacitance, self.capacitorType, self.abutmentBoxPosition )
|
||||||
|
|
||||||
|
@ -102,7 +101,7 @@ class NonUnitCapacitor(CapacitorUnit):
|
||||||
else : print("not drawing dummy")
|
else : print("not drawing dummy")
|
||||||
|
|
||||||
# abutmentBoxDimensions = self.computeAbutmentBoxDimensions(capDim)
|
# abutmentBoxDimensions = self.computeAbutmentBoxDimensions(capDim)
|
||||||
# CapacitorUnit.drawAbutmentBox( self )
|
# CapacitorUnit.drawAbutmentBox( self )
|
||||||
|
|
||||||
else : raise Error(1,'create() : Impossible to draw capacitor in the defined geometric limits.')
|
else : raise Error(1,'create() : Impossible to draw capacitor in the defined geometric limits.')
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue