This commit is contained in:
daid 2012-05-16 12:05:11 +02:00
parent 3ea2960d88
commit b0c6d6c359

View file

@ -585,7 +585,7 @@ class RaftSkein:
def addRaft(self):
'Add the raft.'
if len(self.boundaryLayers) < 0:
if len(self.boundaryLayers) < 1:
print('this should never happen, there are no boundary layers in addRaft')
return
self.baseLayerThicknessOverLayerThickness = self.repository.baseLayerThicknessOverLayerThickness.value