git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@12480 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp
2014-09-10 22:46:53 +00:00
parent 7f8da4e667
commit 90d0ffba1d
4 changed files with 6 additions and 9 deletions

View File

@ -691,9 +691,6 @@ void LAMMPS::post_create(int npack, int *pfirst, int *plast, char **arg)
void LAMMPS::init()
{
if (cuda) cuda->accelerator(0,NULL);
if (kokkos) kokkos->accelerator(0,NULL);
update->init();
force->init(); // pair must come after update due to minimizer
domain->init();