ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/branches/new_design/OOPSE-4/src/UseTheForce/LJFF.cpp
(Generate patch)

Comparing trunk/OOPSE-4/src/UseTheForce/LJFF.cpp (file contents):
Revision 1638 by chrisfen, Fri Oct 22 23:00:06 2004 UTC vs.
Revision 1650 by gezelter, Tue Oct 26 22:24:52 2004 UTC

# Line 394 | Line 394 | void LJFF::readParams( void ){
394             "LJFF atom structures successfully sent to fortran\n" );
395    MPIcheckPoint();
396   #endif // is_mpi
397
398 }
399
400 double LJFF::getAtomTypeMass (char* atomType) {
401
402  currentAtomType = headAtomType->find( atomType );
403  if( currentAtomType == NULL ){
404    sprintf( painCave.errMsg,
405            "AtomType error, %s not found in force file.\n",
406             atomType );
407    painCave.isFatal = 1;
408    simError();
409  }
397  
411  return currentAtomType->mass;
398   }
399  
400   void LJFF::initializeAtoms( int nAtoms, Atom** the_atoms ){

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines