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

Comparing trunk/OOPSE/utils/bilayerSys.cpp (file contents):
Revision 542 by mmeineke, Sat May 17 16:57:08 2003 UTC vs.
Revision 543 by mmeineke, Fri May 30 21:32:33 2003 UTC

# 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  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines