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

Comparing trunk/src/applications/staticProps/Hxy.cpp (file contents):
Revision 1782 by gezelter, Wed Aug 22 02:28:28 2012 UTC vs.
Revision 1796 by gezelter, Mon Sep 10 18:38:44 2012 UTC

# Line 124 | Line 124 | namespace OpenMD {
124      RealType gridX_, gridY_;
125      RealType halfBoxX_, halfBoxY_;
126  
127    int binNoX, binNoY;
127      RealType interpsum, value;
128      int ninterp, px, py, newp;
129 <    int newx, newy, newindex, index;
129 >    int newindex, index;
130      int new_i, new_j, new_index;
131  
132      RealType freq_x, freq_y, zero_freq_x, zero_freq_y, freq;
133      RealType maxfreqx, maxfreqy, maxfreq;
134  
135      int whichbin;
137    int nMolecules;
136  
137      std::fill(sum_bin.begin(), sum_bin.end(), 0.0);
138      std::fill(avg_bin.begin(), avg_bin.end(), 0.0);
# Line 155 | Line 153 | namespace OpenMD {
153        
154        reader.readFrame(istep);
155        currentSnapshot_ = info_->getSnapshotManager()->getCurrentSnapshot();
158      nMolecules = info_->getNGlobalMolecules();
156        
157        Mat3x3d hmat = currentSnapshot_->getHmat();
158        

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines