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

Comparing trunk/src/nonbonded/InteractionManager.cpp (file contents):
Revision 1895 by gezelter, Mon Jul 1 21:09:37 2013 UTC vs.
Revision 1915 by gezelter, Mon Jul 29 17:55:17 2013 UTC

# Line 477 | Line 477 | namespace OpenMD {
477      return;    
478    }
479  
480 +  void InteractionManager::doReciprocalSpaceSum(){
481 +    if (!initialized_) initialize();
482 +    electrostatic_->ReciprocalSpaceSum();
483 +  }
484 +
485    RealType InteractionManager::getSuggestedCutoffRadius(int *atid) {
486      if (!initialized_) initialize();
487  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines