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

Comparing trunk/OOPSE/libmdtools/LJ_FF.cpp (file contents):
Revision 433 by mmeineke, Fri Mar 28 15:28:53 2003 UTC vs.
Revision 447 by mmeineke, Thu Apr 3 20:21:54 2003 UTC

# Line 7 | Line 7 | using namespace std;
7  
8   #ifdef IS_MPI
9   #include <mpi.h>
10 #include <mpi++.h>
10   #endif //is_mpi
11  
12   #include "ForceFields.hpp"
# Line 436 | Line 435 | void LJ_FF::initializeAtoms( int nAtoms, Atom** the_at
435  
436      if( bigSigma < currentAtomType->sigma ) bigSigma = currentAtomType->sigma;
437    }
439  
440
441
442 #ifdef IS_MPI
443  sprintf( checkPointMsg, "LJ_FF atoms initialized succesfully" );
444  MPIcheckPoint();
445 #endif // is_mpi
446
438   }
439  
440   void LJ_FF::initializeBonds( int nBonds, Bond** BondArray,
# Line 455 | Line 446 | void LJ_FF::initializeBonds( int nBonds, Bond** BondAr
446        painCave.isFatal = 1;
447        simError();
448      }
458 #ifdef IS_MPI
459  MPIcheckPoint();
460 #endif // is_mpi
461
449   }
450  
451   void LJ_FF::initializeBends( int nBends, Bend** bendArray,
# Line 470 | Line 457 | void LJ_FF::initializeBends( int nBends, Bend** bendAr
457        painCave.isFatal = 1;
458        simError();
459      }
473 #ifdef IS_MPI
474  MPIcheckPoint();
475 #endif // is_mpi
476
460   }
461  
462   void LJ_FF::initializeTorsions( int nTorsions, Torsion** torsionArray,
# Line 485 | Line 468 | void LJ_FF::initializeTorsions( int nTorsions, Torsion
468        painCave.isFatal = 1;
469        simError();
470      }
488 #ifdef IS_MPI
489  MPIcheckPoint();
490 #endif // is_mpi
491
471   }
472  
473   void LJ_FF::fastForward( char* stopText, char* searchOwner ){

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines