git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@9604 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user