Increase bloating in Etesian "nsxlib" profile, for ls180+cmos45.
This commit is contained in:
parent
66361fcf3d
commit
b2e265f73e
|
@ -83,7 +83,8 @@ namespace Etesian {
|
||||||
DbU::Unit vpitch = etesian->getSliceStep();;
|
DbU::Unit vpitch = etesian->getSliceStep();;
|
||||||
int xsize = (ab.getWidth() + vpitch - 1) / vpitch;
|
int xsize = (ab.getWidth() + vpitch - 1) / vpitch;
|
||||||
|
|
||||||
if (xsize < 6) return vpitch*2;
|
if (xsize < 6) return vpitch*4;
|
||||||
|
if (xsize < 8) return vpitch*2;
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue