--- branches/development/src/flucq/FluctuatingChargePropagator.cpp 2012/06/13 14:45:59 1754 +++ branches/development/src/flucq/FluctuatingChargePropagator.cpp 2012/06/18 18:23:20 1756 @@ -111,6 +111,16 @@ namespace OpenMD { cerr << atom->getType() << "\tQ Pos: " << atom->getFlucQPos() << "\n"; } } + // std::cerr << "after minim\n"; + // for (mol = info_->beginMolecule(i); mol != NULL; + // mol = info_->nextMolecule(i)) { + // for (atom = mol->beginFluctuatingCharge(j); atom != NULL; + // atom = mol->nextFluctuatingCharge(j)) { + // cerr << "q = " << atom->getFlucQPos(0.0) << "\n"; + // } + // } + + }