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

Comparing trunk/OOPSE/libmdtools/TraPPE_ExFF.cpp (file contents):
Revision 428 by mmeineke, Thu Mar 27 21:07:14 2003 UTC vs.
Revision 434 by chuckv, Fri Mar 28 19:30:59 2003 UTC

# Line 1027 | Line 1027 | void TraPPE_ExFF::readParams( void ){
1027    }
1028   #endif // is_mpi
1029  
1030 +  entry_plug->useLJ = 1;
1031   }
1032  
1033  
# Line 1138 | Line 1139 | void TraPPE_ExFF::initializeAtoms( int nAtoms, Atom**
1139        }
1140      }
1141    }
1141
1142
1143 #ifdef IS_MPI
1144  sprintf( checkPointMsg, "TraPPE_Ex atoms initialized succesfully" );
1145  MPIcheckPoint();
1146 #endif // is_mpi
1147
1142   }
1143  
1144   void TraPPE_ExFF::initializeBonds( int nBonds, Bond** bondArray,
# Line 1183 | Line 1177 | void TraPPE_ExFF::initializeBonds( int nBonds, Bond**
1177        entry_plug->n_constraints++;
1178      }
1179    }
1186  
1187 #ifdef IS_MPI
1188  sprintf( checkPointMsg, "TraPPE_Ex bonds initialized succesfully" );
1189  MPIcheckPoint();
1190 #endif // is_mpi
1191
1180   }
1181  
1182   void TraPPE_ExFF::initializeBends( int nBends, Bend** bendArray,
# Line 1270 | Line 1258 | void TraPPE_ExFF::initializeBends( int nBends, Bend**
1258        }
1259      }
1260    }
1273
1274 #ifdef IS_MPI
1275  sprintf( checkPointMsg, "TraPPE_Ex bends initialized succesfully" );
1276  MPIcheckPoint();
1277 #endif // is_mpi
1278
1261   }
1262  
1263   void TraPPE_ExFF::initializeTorsions( int nTorsions, Torsion** torsionArray,
# Line 1323 | Line 1305 | void TraPPE_ExFF::initializeTorsions( int nTorsions, T
1305        torsionArray[i] = cTors;
1306      }
1307    }
1326
1327 #ifdef IS_MPI
1328  sprintf( checkPointMsg, "TraPPE_Ex torsions initialized succesfully" );
1329  MPIcheckPoint();
1330 #endif // is_mpi
1331
1308   }
1309  
1310   void TraPPE_ExFF::fastForward( char* stopText, char* searchOwner ){

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines