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

Comparing trunk/src/brains/ForceManager.cpp (file contents):
Revision 1879 by gezelter, Sun Jun 16 15:15:42 2013 UTC vs.
Revision 1880 by gezelter, Mon Jun 17 18:28:30 2013 UTC

# Line 705 | Line 705 | namespace OpenMD {
705      RealType vpair;
706      RealType dVdFQ1(0.0);
707      RealType dVdFQ2(0.0);
708    Vector3d eField1(0.0);
709    Vector3d eField2(0.0);
708      potVec longRangePotential(0.0);
709      potVec workPot(0.0);
710      potVec exPot(0.0);
711 +    Vector3d eField1(0.0);
712 +    Vector3d eField2(0.0);
713      vector<int>::iterator ia, jb;
714  
715      int loopStart, loopEnd;
# Line 918 | Line 918 | namespace OpenMD {
918          }
919        }
920      }
921 <  
921 >    
922      // collects pairwise information
923      fDecomp_->collectData();
924          

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines