forked from lijiext/lammps
fix small bug in pair style extep
This commit is contained in:
parent
b29ffabe56
commit
0623859f36
|
@ -719,8 +719,8 @@ void PairExTeP::read_file(char *file)
|
|||
words = new char*[params_per_line+1];
|
||||
|
||||
// intialize F_corr_data to all zeros
|
||||
for (int iel=0;iel<atom->ntypes;iel++)
|
||||
for (int jel=0;jel<atom->ntypes;jel++)
|
||||
for (int iel=0;iel<nelements;iel++)
|
||||
for (int jel=0;jel<nelements;jel++)
|
||||
for (int in=0;in<4;in++)
|
||||
for (int jn=0;jn<4;jn++)
|
||||
for (int ivar=0;ivar<3;ivar++)
|
||||
|
|
Loading…
Reference in New Issue