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

Comparing trunk/OOPSE-4/src/lattice/FCCLattice.cpp (file contents):
Revision 2204 by gezelter, Fri Apr 15 22:04:00 2005 UTC vs.
Revision 2759 by tim, Wed May 17 21:51:42 2006 UTC

# Line 53 | Line 53 | namespace oopse {
53  
54    void FCCLattice::update(){
55  
56 <    double cellLenOver2;
57 <    double oneOverRoot3;
56 >    RealType cellLenOver2;
57 >    RealType oneOverRoot3;
58  
59      cellLenOver2  = 0.5 * latticeParam;
60      oneOverRoot3 = 1.0 / sqrt(3.0);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines