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

Comparing branches/development/src/nonbonded/InteractionManager.cpp (file contents):
Revision 1585 by gezelter, Fri Jun 17 20:16:35 2011 UTC vs.
Revision 1586 by gezelter, Tue Jun 21 06:34:35 2011 UTC

# Line 272 | Line 272 | namespace OpenMD {
272  
273    void InteractionManager::setCutoffRadius(RealType rcut) {
274      electrostatic_->setCutoffRadius(rcut);
275 +    eam_->setCutoffRadius(rcut);
276    }
277  
278    void InteractionManager::setSwitchingRadius(RealType rswitch) {
# Line 326 | Line 327 | namespace OpenMD {
327    void InteractionManager::doSkipCorrection(InteractionData idat){
328  
329      if (!initialized_) initialize();  
330 <    
330 >
331      set<NonBondedInteraction*>::iterator it;
332  
333      for (it = interactions_[ idat.atypes ].begin();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines