forked from lijiext/lammps
fix typos
This commit is contained in:
parent
481927ff16
commit
4bad52f30c
|
@ -58,7 +58,7 @@ void FixQEqPoint::init()
|
|||
neighbor->requests[irequest]->full = 1;
|
||||
|
||||
int ntypes = atom->ntypes;
|
||||
memory->create(shld,ntypes+1,ntypes+1,"qeq:shileding");
|
||||
memory->create(shld,ntypes+1,ntypes+1,"qeq:shielding");
|
||||
|
||||
if (strstr(update->integrate_style,"respa"))
|
||||
nlevels_respa = ((Respa *) update->integrate)->nlevels;
|
||||
|
|
|
@ -375,7 +375,7 @@ void FixQEqReax::init_shielding()
|
|||
|
||||
ntypes = atom->ntypes;
|
||||
if (shld == NULL)
|
||||
memory->create(shld,ntypes+1,ntypes+1,"qeq:shileding");
|
||||
memory->create(shld,ntypes+1,ntypes+1,"qeq:shielding");
|
||||
|
||||
for( i = 1; i <= ntypes; ++i )
|
||||
for( j = 1; j <= ntypes; ++j )
|
||||
|
|
Loading…
Reference in New Issue