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

Comparing branches/development/src/applications/staticProps/BOPofR.cpp (file contents):
Revision 1667 by gezelter, Tue Nov 22 20:38:56 2011 UTC vs.
Revision 1668 by gezelter, Fri Jan 6 19:03:05 2012 UTC

# Line 302 | Line 302 | namespace OpenMD {
302              }
303            }
304            
305 <          w_hat[l] = w[l] / pow(q2[l], 1.5);
305 >          w_hat[l] = w[l] / pow(q2[l], RealType(1.5));
306          }
307  
308          collectHistogram(q_l, w_hat, distCOM);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines