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

Comparing branches/development/src/nonbonded/SHAPES.cpp (file contents):
Revision 1873 by gezelter, Wed Feb 20 15:39:39 2013 UTC vs.
Revision 1874 by gezelter, Wed May 15 15:09:35 2013 UTC

# Line 267 | Line 267 | namespace OpenMD {
267          RealType proji = sqrt(r * 1.0e-12);
268          Vector3d dcpidx(1.0 / proji,
269                          0.0,
270 +
271 +                        // pickup the ball here!
272                          
273          dcpidx = 1.0_dp / proji
274            dcpidy = 0.0_dp

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines