Commit 1467441a authored by sjplimp's avatar sjplimp
Browse files

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@2959 f3b2605a-c512-4ea7-a41b-209d697bcdaa
parent 746690d4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);