| # | Line 48 | Line 48 | int buildRandomBilayer( void ){ | |
|---|---|---|
| 48 | const double waterVol = 4.0 / waterRho; // volume occupied by 4 waters | |
| 49 | const double waterCell = 4.929; // fcc unit cell length | |
| 50 | ||
| 51 | < | const double water_padding = 2.5; |
| 52 | < | const double lipid_spaceing = 5.0; |
| 51 | > | const double water_padding = 6.0; |
| 52 | > | const double lipid_spaceing = 8.0; |
| 53 | ||
| 54 | ||
| 55 | int i,j,k, l; | |
| # | Line 223 | Line 223 | int buildRandomBilayer( void ){ | |
| 223 | } | |
| 224 | ||
| 225 | int targetWaters = nWaters + n_deleted * nLipids; | |
| 226 | + | |
| 227 | + | targetWaters = (int) ( targetWaters * 1.2 ); |
| 228 | ||
| 229 | // find the best box size for the sim | |
| 230 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |