| # | Line 764 | Line 764 | void DUFF::readParams( void ){ | |
|---|---|---|
| 764 | ||
| 765 | int isGB = 0; | |
| 766 | int isLJ = 1; | |
| 767 | + | int isEAM =0; | 
| 768 | double GB_dummy = 0.0; | |
| 769 | ||
| 770 | ||
| # | Line 783 | Line 784 | void DUFF::readParams( void ){ | |
| 784 | &(currentAtomType->isSSD), | |
| 785 | &(currentAtomType->isDipole), | |
| 786 | &isGB, | |
| 787 | + | &isEAM, | 
| 788 | &(currentAtomType->epslon), | |
| 789 | &(currentAtomType->sigma), | |
| 790 | &(currentAtomType->dipole), | |
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |