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 2491 by chuckv, Tue Dec 6 17:53:20 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;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines