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

Comparing branches/devel_omp/src/nonbonded/Electrostatic.cpp (file contents):
Revision 1613 by chuckv, Tue Jul 19 16:45:30 2011 UTC vs.
Revision 1614 by mciznick, Tue Aug 23 20:55:51 2011 UTC

# Line 430 | Line 430 | namespace OpenMD {
430    void Electrostatic::setReactionFieldDielectric( RealType dielectric ){
431      dielectric_ = dielectric;
432      haveDielectric_ = true;
433 +  }
434 +
435 +  void Electrostatic::initForce() {
436 +        if (!initialized_) initialize();
437    }
438  
439    void Electrostatic::calcForce(InteractionData &idat) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines