| # | Line 357 | Line 357 | void LJFF::readParams( void ){ | |
|---|---|---|
| 357 | int isDipole = 0; | |
| 358 | int isSSD = 0; | |
| 359 | int isGB = 0; | |
| 360 | + | int isEAM = 0; | 
| 361 | double dipole = 0.0; | |
| 362 | ||
| 363 | currentAtomType = headAtomType; | |
| # | Line 369 | Line 370 | void LJFF::readParams( void ){ | |
| 370 | &isSSD, | |
| 371 | &isDipole, | |
| 372 | &isGB, | |
| 373 | + | &isEAM, | 
| 374 | &(currentAtomType->epslon), | |
| 375 | &(currentAtomType->sigma), | |
| 376 | &dipole, | |
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |