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 434 by chuckv, Fri Mar 28 19:30:59 2003 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines