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

Comparing trunk/OOPSE-4/src/applications/nanoRodBuilder/nanorodBuilder.cpp (file contents):
Revision 2252 by chuckv, Mon May 30 14:01:52 2005 UTC vs.
Revision 2759 by tim, Wed May 17 21:51:42 2006 UTC

# Line 54 | Line 54
54   #ifdef HAVE_CGAL
55   #include "GeometryBuilder.hpp"
56   #endif
57 #include "GeometryFactory.hpp"
58 #include "Geometry.hpp"
57   #include "lattice/LatticeFactory.hpp"
58   #include "utils/MoLocator.hpp"
59   #include "lattice/Lattice.hpp"
# Line 90 | Line 88 | int main(int argc, char *argv []) {
88    
89    Lattice *simpleLat;
90    int numMol;
91 <  double latticeConstant;
92 <  std::vector<double> lc;
93 <  double mass;
94 <  const double rhoConvertConst = 1.661;
95 <  double density;
96 <  double rodLength;
97 <  double rodDiameter;
91 >  RealType latticeConstant;
92 >  std::vector<RealType> lc;
93 >  RealType mass;
94 >  const RealType rhoConvertConst = 1.661;
95 >  RealType density;
96 >  RealType rodLength;
97 >  RealType rodDiameter;
98    
99    
100    int nx, ny, nz;
# Line 339 | Line 337 | int main(int argc, char *argv []) {
337      exit(1);
338    }
339    
340 <  writer->writeDump();
340 >  writer->writeEor();
341    std::cout << "new initial configuration file: " << outInitFileName
342              << " is generated." << std::endl;
343    

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines