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

Comparing branches/development/src/flucq/FluctuatingChargePropagator.cpp (file contents):
Revision 1755 by jmichalk, Wed Jun 13 14:45:59 2012 UTC vs.
Revision 1756 by gezelter, Mon Jun 18 18:23:20 2012 UTC

# Line 111 | Line 111 | namespace OpenMD {
111          cerr << atom->getType() << "\tQ Pos: " << atom->getFlucQPos() << "\n";
112        }
113      }
114 +    // std::cerr << "after minim\n";
115 +    // for (mol = info_->beginMolecule(i); mol != NULL;
116 +    //      mol = info_->nextMolecule(i)) {
117 +    //   for (atom = mol->beginFluctuatingCharge(j); atom != NULL;
118 +    //        atom = mol->nextFluctuatingCharge(j)) {
119 +    //     cerr << "q = " << atom->getFlucQPos(0.0) << "\n";
120 +    //   }
121 +    // }
122 +
123 +
124    }
125  
126  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines