| # | Line 477 | Line 477 | namespace OpenMD { | |
|---|---|---|
| 477 | return; | |
| 478 | } | |
| 479 | ||
| 480 | < | void InteractionManager::doReciprocalSpaceSum(potVec &pot){ |
| 480 | > | void InteractionManager::doReciprocalSpaceSum(RealType &pot){ |
| 481 | if (!initialized_) initialize(); | |
| 482 | electrostatic_->ReciprocalSpaceSum(pot); | |
| 483 | } | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |