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

Comparing trunk/OOPSE-4/src/applications/nanoparticleBuilder/sphericalNanoparticle.hpp (file contents):
Revision 2573 by chuckv, Tue Oct 11 21:57:22 2005 UTC vs.
Revision 2574 by chuckv, Thu Jan 19 22:54:23 2006 UTC

# Line 53 | Line 53 | namespace oopse { (public)
53    class sphericalNanoparticle{
54      
55      
56 < public:
56 >  public:
57      
58 <    sphericalNanoparticle(double radius, int latticeCnst);
58 >    sphericalNanoparticle(double radius, double latticeCnst);
59      ~sphericalNanoparticle(){};
60      
61      int getNParticleSites(Lattice &simpleLat);
62    int getNParticleSites(Lattice &simpleLat,int nComponents,double &shellRadius,int &numSites);
62      int getNVacancy(void);
63      
64 < private:
64 >  protected:
65        
66        
67      double particleRadius_;
# Line 70 | Line 69 | namespace oopse { (public)
69      int nx_;
70      int ny_;
71      int nz_;
72 <    int latticeConstant_;
72 >    double latticeConstant_;
73      int nVacancy_;
74      
75      

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines