ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/libmdtools/Integrator.cpp
(Generate patch)

Comparing trunk/OOPSE/libmdtools/Integrator.cpp (file contents):
Revision 841 by mmeineke, Wed Oct 29 17:55:28 2003 UTC vs.
Revision 843 by mmeineke, Wed Oct 29 20:41:39 2003 UTC

# Line 174 | Line 174 | template<typename T> void Integrator<T>::integrate(voi
174  
175    // initialize the forces before the first step
176  
177  std::cerr << "Before initial Force calc\n";
178
177    calcForce(1, 1);
178  
179    if (nConstrained){
# Line 183 | Line 181 | template<typename T> void Integrator<T>::integrate(voi
181      constrainA();
182      calcForce(1, 1);
183      constrainB();
186    std::cerr << "premove done\n";
184    }
185 <
189 <
190 <
185 >  
186    if (info->setTemp){
187      thermalize();
188    }
# Line 201 | Line 196 | template<typename T> void Integrator<T>::integrate(voi
196  
197    dumpOut->writeDump(info->getTime());
198    statOut->writeStat(info->getTime());
204
199  
200  
201   #ifdef IS_MPI
# Line 244 | Line 238 | template<typename T> void Integrator<T>::integrate(voi
238          currReset += resetTime;
239        }
240      }
247
248    std::cerr << "done with time = " << info->getTime() << "\n";
241  
242   #ifdef IS_MPI
243      strcpy(checkPointMsg, "successfully took a time step.");

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines