ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/utils/sysbuilder/bilayerSys.cpp
(Generate patch)

Comparing trunk/OOPSE/utils/sysbuilder/bilayerSys.cpp (file contents):
Revision 762 by mmeineke, Tue Aug 26 20:13:17 2003 UTC vs.
Revision 763 by tim, Mon Sep 15 16:52:02 2003 UTC

# 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;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines