ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/integrators/Integrator.cpp
(Generate patch)

Comparing branches/development/src/integrators/Integrator.cpp (file contents):
Revision 1737 by jmichalk, Tue Jun 5 17:54:42 2012 UTC vs.
Revision 1738 by gezelter, Tue Jun 5 17:58:01 2012 UTC

# Line 141 | Line 141 | namespace OpenMD {
141      rotAlgo_ = new DLM();
142      rattle_ = new Rattle(info);
143      forceMan_->initialize();
144 <    flucQ_ = new FluctuatingChargeNVT(info);
144 >    flucQ_ = new FluctuatingChargeNVT(info, forceMan_);
145    }
146    
147    Integrator::~Integrator(){

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines