mirror of https://github.com/lammps/lammps.git
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@2959 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
746690d402
commit
1467441a91
|
@ -26,7 +26,7 @@ using namespace LAMMPS_NS;
|
|||
|
||||
Universe::Universe(LAMMPS *lmp, MPI_Comm communicator) : Pointers(lmp)
|
||||
{
|
||||
version = (char *) "9 Jan 2009";
|
||||
version = (char *) "7 Jul 2009";
|
||||
|
||||
uworld = communicator;
|
||||
MPI_Comm_rank(uworld,&me);
|
||||
|
|
Loading…
Reference in New Issue