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

This commit is contained in:
sjplimp
2013-03-07 17:32:03 +00:00
parent 3d25c94f33
commit 91b7613960
4 changed files with 11 additions and 1 deletions

View File

@ -449,7 +449,7 @@ LAMMPS::~LAMMPS()
void LAMMPS::create()
{
// Comm class must be created before Atom
// Comm class must be created before Atom class
// so that nthreads is defined when create_avec invokes grow()
if (cuda) comm = new CommCuda(this);