ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-2.0/src/applications/nanoparticleBuilder/sphericalNanoparticle.cpp
(Generate patch)

Comparing trunk/OOPSE-2.0/src/applications/nanoparticleBuilder/sphericalNanoparticle.cpp (file contents):
Revision 2352 by chuckv, Tue Oct 11 21:57:22 2005 UTC vs.
Revision 2566 by chuckv, Fri Jan 13 21:57:48 2006 UTC

# Line 71 | Line 71 | sphericalNanoparticle::sphericalNanoparticle(double ra
71   using namespace std;
72   using namespace oopse;
73  
74 < sphericalNanoparticle::sphericalNanoparticle(double radius, int latticeCnst){
74 > sphericalNanoparticle::sphericalNanoparticle(double radius, int latticeConstant){
75    
76 <  particleRadius = radius;
77 <  particleDiameter = 2.0 * radius;
78 <  latticeConstant = latticeCnst;
76 >  particleRadius_ = radius;
77 >  particleDiameter_ = 2.0 * radius;
78 >  latticeConstant_ = latticeConstant;
79    
80    // Number of Unit Cells in Length first
81    ny_ = (int)(particleDiameter/latticeConstant);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines