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

Comparing trunk/src/nonbonded/Electrostatic.cpp (file contents):
Revision 1973 by gezelter, Thu Mar 6 19:34:22 2014 UTC vs.
Revision 1981 by gezelter, Mon Apr 14 18:32:51 2014 UTC

# Line 1518 | Line 1518 | namespace OpenMD {
1518                  atom->addFrc( 4.0 * rvol * qfrc * kVec );
1519  
1520                  if (atom->isFluctuatingCharge()) {
1521 <                  atom->addFlucQFrc( -2.0 * rvol * qtrq2 );
1521 >                  atom->addFlucQFrc( - 2.0 * rvol * qtrq2 );
1522                  }
1523                    
1524                  if (data.is_Dipole) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines