# | 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 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |