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 1921 by gezelter, Thu Aug 1 18:23:07 2013 UTC vs.
Revision 1969 by gezelter, Wed Feb 26 14:14:50 2014 UTC

# Line 92 | Line 92 | namespace OpenMD {
92           mol = info_->nextMolecule(i)) {
93        for (atom = mol->beginFluctuatingCharge(j); atom != NULL;
94             atom = mol->nextFluctuatingCharge(j)) {
95 <        atom->setFlucQPos(0.0);
96 <        atom->setFlucQVel(0.0);
95 >        cerr << " starts with = " << atom->getFlucQPos() << "\n";
96 >        //atom->setFlucQPos(0.0);
97 >        //atom->setFlucQVel(0.0);
98        }
99      }
100      
# Line 111 | Line 112 | namespace OpenMD {
112      DumpStatusFunction dsf(info_);  // we want a dump file written
113                                      // every iteration
114      minim->minimize(problem, endCriteria);
115 +    cerr << "back from minim\n";
116      initialized_ = true;
117    }
118  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines