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

This commit is contained in:
sjplimp 2009-07-02 18:03:11 +00:00
parent 746690d402
commit 1467441a91
1 changed files with 1 additions and 1 deletions

View File

@ -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);