forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@15156 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
6709e70d18
commit
fdab2d6cb0
|
@ -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()
|
||||
|
||||
|
|
Loading…
Reference in New Issue