# | Line 127 | Line 127 | int buildRandomBilayer( void ){ | |
---|---|---|
127 | for(i=0; i<bsInfo.nComponents; i++){ | |
128 | if(cell < locate[i]->getMaxLength() ) cell = locate[i]->getMaxLength(); | |
129 | } | |
130 | + | cell *= 1.2; // add a little buffer |
131 | + | |
132 | cell *= M_SQRT2; | |
133 | ||
134 | siteIndex = 0; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |