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

This commit is contained in:
sjplimp 2016-06-08 15:41:00 +00:00
parent 6709e70d18
commit fdab2d6cb0
1 changed files with 2 additions and 0 deletions

View File

@ -599,6 +599,8 @@ LAMMPS::~LAMMPS()
void LAMMPS::create()
{
force = NULL; // Domain->Lattice checks if Force exists
// Comm class must be created before Atom class
// so that nthreads is defined when create_avec invokes grow()