ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/trunk/src/primitives/StuntDouble.hpp
(Generate patch)

Comparing trunk/src/primitives/StuntDouble.hpp (file contents):
Revision 1907 by gezelter, Sun Jun 16 15:15:42 2013 UTC vs.
Revision 1908 by gezelter, Fri Jul 19 21:25:45 2013 UTC

# Line 951 | Line 951 | namespace OpenMD{
951       * @param snapshotNo
952       * @see #getFlucQPos
953       */        
954 <    void addflucQPos(RealType charge, int snapshotNo) {
954 >    void addFlucQPos(RealType charge, int snapshotNo) {
955        ((snapshotMan_->getSnapshot(snapshotNo))->*storage_).flucQPos[localIndex_] += charge;
956      }      
957  
# Line 1031 | Line 1031 | namespace OpenMD{
1031       * @param snapshotNo
1032       * @see #getFlucQVel
1033       */        
1034 <    void addflucQVel(RealType cvel, int snapshotNo) {
1034 >    void addFlucQVel(RealType cvel, int snapshotNo) {
1035        ((snapshotMan_->getSnapshot(snapshotNo))->*storage_).flucQVel[localIndex_] += cvel;
1036      }      
1037  
# Line 1111 | Line 1111 | namespace OpenMD{
1111       * @param snapshotNo
1112       * @see #getFlucQFrc
1113       */        
1114 <    void addflucQFrc(RealType cfrc, int snapshotNo) {
1114 >    void addFlucQFrc(RealType cfrc, int snapshotNo) {
1115        ((snapshotMan_->getSnapshot(snapshotNo))->*storage_).flucQFrc[localIndex_] += cfrc;
1116      }      
1117  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines