ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/trunk/src/applications/staticProps/RNEMDStats.cpp
(Generate patch)

Comparing trunk/src/applications/staticProps/RNEMDStats.cpp (file contents):
Revision 1944 by gezelter, Wed Nov 6 18:30:25 2013 UTC vs.
Revision 1945 by gezelter, Thu Nov 7 16:42:46 2013 UTC

# Line 254 | Line 254 | namespace OpenMD {
254           sd = seleMan_.nextSelected(i)) {
255  
256        // figure out where that object is:
257 <      int bin = getBin(sd->getPos() );      
257 >      int bin = getBin( sd->getPos() );  
258  
259        if (bin >= 0 && bin < nBins_)  {
260  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines