diff --git a/etesian/src/BloatCells.cpp b/etesian/src/BloatCells.cpp index f2a369e5..a2ff9da3 100644 --- a/etesian/src/BloatCells.cpp +++ b/etesian/src/BloatCells.cpp @@ -176,7 +176,7 @@ namespace Etesian { if (termRatio > 0.5) { return vpitch * (2*terminals + extra - xsize); } - return 0; + return 1; // if (xsize < 4) return vpitch*4; // if (xsize < 6) return vpitch*2;