| # | Line 252 | Line 252 | int buildRandomBilayer( void ){ | |
|---|---|---|
| 252 | ||
| 253 | int nCellsX, nCellsY, nCellsZ; | |
| 254 | ||
| 255 | < | const double boxTargetX = 20; |
| 256 | < | const double boxTargetY = 20; |
| 255 | > | const double boxTargetX = 66.22752; |
| 256 | > | const double boxTargetY = 60.53088; |
| 257 | ||
| 258 | nCellsX = (int)ceil(boxTargetX / waterCell); | |
| 259 | nCellsY = (int)ceil(boxTargetY / waterCell); | |
| # | Line 283 | Line 283 | int buildRandomBilayer( void ){ | |
| 283 | double box_y = waterCell * nCellsY; | |
| 284 | double box_z = waterCell * nCellsZ; | |
| 285 | ||
| 286 | – | |
| 287 | – | |
| 286 | // create an fcc lattice in the water box. | |
| 287 | ||
| 288 | ndx = 0; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |