1 |
< |
#include <cstdlib> |
2 |
< |
#include <cstdio> |
3 |
< |
#include <cstring> |
1 |
> |
#include <stdlib.h> |
2 |
> |
#include <stdio.h> |
3 |
> |
#include <string.h> |
4 |
|
|
5 |
|
#include <iostream> |
6 |
|
using namespace std; |
754 |
|
|
755 |
|
int isGB = 0; |
756 |
|
int isLJ = 1; |
757 |
+ |
int isEAM = 0; |
758 |
+ |
int isCharge = 0; |
759 |
|
double GB_dummy = 0.0; |
760 |
+ |
double charge = 0.0; |
761 |
|
|
762 |
|
|
763 |
|
currentAtomType = headAtomType->next;; |
776 |
|
&(currentAtomType->isSSD), |
777 |
|
&(currentAtomType->isDipole), |
778 |
|
&isGB, |
779 |
+ |
&isEAM, |
780 |
+ |
&isCharge, |
781 |
|
&(currentAtomType->epslon), |
782 |
|
&(currentAtomType->sigma), |
783 |
+ |
&charge, |
784 |
|
&(currentAtomType->dipole), |
785 |
|
&isError ); |
786 |
|
if( isError ){ |
878 |
|
recieveFrcStruct( &bondInfo, mpiBondStructType ); |
879 |
|
} |
880 |
|
} |
881 |
+ |
|
882 |
+ |
sprintf( checkPointMsg, |
883 |
+ |
"TraPPE_ExFF bond structures broadcast successfully." ); |
884 |
+ |
MPIcheckPoint(); |
885 |
+ |
|
886 |
|
#endif // is_mpi |
887 |
|
|
888 |
|
|
961 |
|
recieveFrcStruct( &bendInfo, mpiBendStructType ); |
962 |
|
} |
963 |
|
} |
964 |
+ |
|
965 |
+ |
sprintf( checkPointMsg, |
966 |
+ |
"TraPPE_ExFF bend structures broadcast successfully." ); |
967 |
+ |
MPIcheckPoint(); |
968 |
+ |
|
969 |
|
#endif // is_mpi |
970 |
|
|
971 |
|
|
1046 |
|
recieveFrcStruct( &torsionInfo, mpiTorsionStructType ); |
1047 |
|
} |
1048 |
|
} |
1049 |
+ |
|
1050 |
+ |
sprintf( checkPointMsg, |
1051 |
+ |
"TraPPE_ExFF torsion structures broadcast successfully." ); |
1052 |
+ |
MPIcheckPoint(); |
1053 |
+ |
|
1054 |
|
#endif // is_mpi |
1055 |
|
|
1056 |
|
entry_plug->useLJ = 1; |