--- branches/development/src/flucq/FluctuatingChargeLangevin.cpp 2012/07/07 03:59:27 1768 +++ branches/development/src/flucq/FluctuatingChargeLangevin.cpp 2013/01/09 19:41:48 1826 @@ -134,7 +134,7 @@ namespace OpenMD { Molecule::FluctuatingChargeIterator j; Molecule* mol; Atom* atom; - RealType cvel, cpos, cfrc, cmass, randomForce, frictionForce; + RealType cvel, cfrc, cmass, randomForce, frictionForce; RealType velStep, oldFF; // used to test for convergence for (mol = info_->beginMolecule(i); mol != NULL; @@ -143,7 +143,6 @@ namespace OpenMD { atom = mol->nextFluctuatingCharge(j)) { cvel = atom->getFlucQVel(); - cpos = atom->getFlucQPos(); cfrc = atom->getFlucQFrc(); cmass = atom->getChargeMass();