fix typos

This commit is contained in:
Axel Kohlmeyer 2017-04-17 17:52:06 -04:00
parent 481927ff16
commit 4bad52f30c
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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 )