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

Comparing trunk/OOPSE-4/src/applications/staticProps/RhoZ.cpp (file contents):
Revision 2543 by tim, Mon Jan 9 22:14:32 2006 UTC vs.
Revision 2544 by tim, Wed Jan 11 19:01:20 2006 UTC

# Line 44 | Line 44
44   *
45   *  Created by Charles F. Vardeman II on 11/26/05.
46   *  @author  Charles F. Vardeman II
47 < *  @version $Id: RhoZ.cpp,v 1.2 2006-01-09 22:14:32 tim Exp $
47 > *  @version $Id: RhoZ.cpp,v 1.3 2006-01-11 19:01:20 tim Exp $
48   *
49   */
50  
# Line 104 | Line 104 | namespace oopse {
104              sd->setPos(pos);
105          }
106  
107 <        //determine which atom belong to which slice
107 >        //determine which atom belongs to which slice
108          for (sd = seleMan_.beginSelected(i); sd != NULL; sd = seleMan_.nextSelected(i)) {
109             Vector3d pos = sd->getPos();
110             int binNo = (pos.z() + halfBoxZ) /deltaR_;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines