| 728 |
|
MPIcheckPoint(); |
| 729 |
|
|
| 730 |
|
headAtomType = new LinkedAtomType; |
| 731 |
< |
recieveFrcStruct( &atomInfo, mpiAtomStructType ); |
| 731 |
> |
receiveFrcStruct( &atomInfo, mpiAtomStructType ); |
| 732 |
|
|
| 733 |
|
while( !atomInfo.last ){ |
| 734 |
|
|
| 738 |
|
|
| 739 |
|
MPIcheckPoint(); |
| 740 |
|
|
| 741 |
< |
recieveFrcStruct( &atomInfo, mpiAtomStructType ); |
| 741 |
> |
receiveFrcStruct( &atomInfo, mpiAtomStructType ); |
| 742 |
|
} |
| 743 |
|
} |
| 744 |
|
|
| 871 |
|
MPIcheckPoint(); |
| 872 |
|
|
| 873 |
|
headBondType = new LinkedBondType; |
| 874 |
< |
recieveFrcStruct( &bondInfo, mpiBondStructType ); |
| 874 |
> |
receiveFrcStruct( &bondInfo, mpiBondStructType ); |
| 875 |
|
while( !bondInfo.last ){ |
| 876 |
|
|
| 877 |
|
headBondType->add( bondInfo ); |
| 878 |
< |
recieveFrcStruct( &bondInfo, mpiBondStructType ); |
| 878 |
> |
receiveFrcStruct( &bondInfo, mpiBondStructType ); |
| 879 |
|
} |
| 880 |
|
} |
| 881 |
|
|
| 954 |
|
MPIcheckPoint(); |
| 955 |
|
|
| 956 |
|
headBendType = new LinkedBendType; |
| 957 |
< |
recieveFrcStruct( &bendInfo, mpiBendStructType ); |
| 957 |
> |
receiveFrcStruct( &bendInfo, mpiBendStructType ); |
| 958 |
|
while( !bendInfo.last ){ |
| 959 |
|
|
| 960 |
|
headBendType->add( bendInfo ); |
| 961 |
< |
recieveFrcStruct( &bendInfo, mpiBendStructType ); |
| 961 |
> |
receiveFrcStruct( &bendInfo, mpiBendStructType ); |
| 962 |
|
} |
| 963 |
|
} |
| 964 |
|
|
| 1039 |
|
MPIcheckPoint(); |
| 1040 |
|
|
| 1041 |
|
headTorsionType = new LinkedTorsionType; |
| 1042 |
< |
recieveFrcStruct( &torsionInfo, mpiTorsionStructType ); |
| 1042 |
> |
receiveFrcStruct( &torsionInfo, mpiTorsionStructType ); |
| 1043 |
|
while( !torsionInfo.last ){ |
| 1044 |
|
|
| 1045 |
|
headTorsionType->add( torsionInfo ); |
| 1046 |
< |
recieveFrcStruct( &torsionInfo, mpiTorsionStructType ); |
| 1046 |
> |
receiveFrcStruct( &torsionInfo, mpiTorsionStructType ); |
| 1047 |
|
} |
| 1048 |
|
} |
| 1049 |
|
|