ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/mdtools/md_code/Symplectic.cpp
(Generate patch)

Comparing trunk/mdtools/md_code/Symplectic.cpp (file contents):
Revision 134 by chuckv, Fri Oct 11 15:09:09 2002 UTC vs.
Revision 184 by mmeineke, Thu Nov 21 20:33:06 2002 UTC

# Line 4 | Line 4
4   #include "Integrator.hpp"
5   #include "Thermo.hpp"
6   #include "ReadWrite.hpp"
7 + #include "simError.h"
8  
8
9   extern "C"{
10    
11    void v_constrain_a_( double &dt, int &n_atoms, double* mass,
# Line 147 | Line 147 | void Symplectic::integrate( void ){
147    StatWriter*  e_out    = new StatWriter( entry_plug );
148    DumpWriter*  dump_out = new DumpWriter( entry_plug );
149  
150 +  strcpy( checkPointMsg, "Fast foward!" );
151 +  MPIcheckPoint();
152  
153 +  strcpy( checkPointMsg, "Fast fowarding!" );
154 +  MPIcheckPoint();
155 +
156    Atom** atoms = entry_plug->atoms;
157    DirectionalAtom* dAtom;
158    dt2 = 0.5 * dt;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines