mirror of https://github.com/lammps/lammps.git
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@3420 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
4790c5402e
commit
625e7af2e6
|
@ -41,7 +41,6 @@ using namespace LAMMPS_NS;
|
||||||
|
|
||||||
LAMMPS::LAMMPS(int narg, char **arg, MPI_Comm communicator)
|
LAMMPS::LAMMPS(int narg, char **arg, MPI_Comm communicator)
|
||||||
{
|
{
|
||||||
printf("AAA\n");
|
|
||||||
memory = new Memory(this);
|
memory = new Memory(this);
|
||||||
error = new Error(this);
|
error = new Error(this);
|
||||||
universe = new Universe(this,communicator);
|
universe = new Universe(this,communicator);
|
||||||
|
|
Loading…
Reference in New Issue