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 434 by chuckv, Fri Mar 28 19:30:59 2003 UTC vs.
Revision 438 by chuckv, Mon Mar 31 21:50:59 2003 UTC

# Line 842 | Line 842 | void TraPPE_ExFF::readParams( void ){
842               "TraPPE_Ex bond structures read successfully." );
843      MPIcheckPoint();
844      
845 <    currentBondType = headBondType;
845 >    currentBondType = headBondType->next;
846      while( currentBondType != NULL ){
847        currentBondType->duplicate( bondInfo );
848        sendFrcStruct( &bondInfo, mpiBondStructType );
# Line 857 | Line 857 | void TraPPE_ExFF::readParams( void ){
857      
858      // listen for node 0 to send out the force params
859      
860 <    MPIcheckPoint();
860 >    MPIcheckPoint();
861  
862      headBondType = new LinkedBondType;
863      recieveFrcStruct( &bondInfo, mpiBondStructType );
# Line 920 | Line 920 | void TraPPE_ExFF::readParams( void ){
920               "TraPPE_Ex bend structures read successfully." );
921      MPIcheckPoint();
922  
923 <    currentBendType = headBendType;
923 >    currentBendType = headBendType->next;
924      while( currentBendType != NULL ){
925        currentBendType->duplicate( bendInfo );
926        sendFrcStruct( &bendInfo, mpiBendStructType );
# Line 1000 | Line 1000 | void TraPPE_ExFF::readParams( void ){
1000               "TraPPE_Ex torsion structures read successfully." );
1001      MPIcheckPoint();
1002      
1003 <    currentTorsionType = headTorsionType;
1003 >    currentTorsionType = headTorsionType->next;
1004      while( currentTorsionType != NULL ){
1005        currentTorsionType->duplicate( torsionInfo );
1006        sendFrcStruct( &torsionInfo, mpiTorsionStructType );

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines