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 2239 by chuckv, Sun May 22 21:36:21 2005 UTC vs.
Revision 2759 by tim, Wed May 17 21:51:42 2006 UTC

# Line 88 | 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 337 | 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