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

Comparing trunk/src/flucq/FluctuatingChargePropagator.cpp (file contents):
Revision 1981 by gezelter, Mon Apr 14 18:32:51 2014 UTC vs.
Revision 2071 by gezelter, Sat Mar 7 21:41:51 2015 UTC

# Line 56 | Line 56 | namespace OpenMD {
56   namespace OpenMD {
57  
58    FluctuatingChargePropagator::FluctuatingChargePropagator(SimInfo* info) :
59 <    info_(info), hasFlucQ_(false), forceMan_(NULL), initialized_(false) {
59 >    info_(info), forceMan_(NULL), hasFlucQ_(false), initialized_(false) {
60      
61      Globals* simParams = info_->getSimParams();
62      fqParams_ = simParams->getFluctuatingChargeParameters();    
# Line 83 | Line 83 | namespace OpenMD {
83        return;
84      }
85  
86 <    SimInfo::MoleculeIterator i;
87 <    Molecule::FluctuatingChargeIterator  j;
88 <    Molecule* mol;
89 <    Atom* atom;
90 <    
86 >    // SimInfo::MoleculeIterator i;
87 >    // Molecule::FluctuatingChargeIterator  j;
88 >    // Molecule* mol;
89 >    // Atom* atom;
90 >    //  
91      // For single-minima flucq, this ensures a net neutral system, but
92      // for multiple minima, this is no longer the right thing to do:
93      //

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines