ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/applications/nanoparticleBuilder/nanoparticleBuilder.cpp
(Generate patch)

Comparing branches/development/src/applications/nanoparticleBuilder/nanoparticleBuilder.cpp (file contents):
Revision 1874 by gezelter, Wed May 15 15:09:35 2013 UTC vs.
Revision 1875 by gezelter, Fri May 17 14:41:42 2013 UTC

# Line 78 | Line 78 | int main(int argc, char *argv []) {
78    std::string latticeType;
79    std::string inputFileName;
80    std::string outputFileName;
81
81    MoLocator* locator;
82    int nComponents;
83    double latticeConstant;
85  std::vector<double> lc;
86
84    RealType particleRadius;
88
85    Mat3x3d hmat;
90  std::vector<Vector3d> latticePos;
91  std::vector<Vector3d> latticeOrt;
92
86    DumpWriter *writer;
87    
88    // Parse Command Line Arguments
# Line 200 | Line 193 | int main(int argc, char *argv []) {
193    std::vector<Component*> components = simParams->getComponents();
194    std::vector<RealType> molFractions;
195    std::vector<RealType> shellRadii;
203  std::vector<RealType> molecularMasses;
196    std::vector<int> nMol;
197    std::map<int, int> componentFromSite;
198    nComponents = components.size();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines