Commit f213705e authored by sjplimp's avatar sjplimp
Browse files

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@964 f3b2605a-c512-4ea7-a41b-209d697bcdaa
parent f55630f3
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -1294,7 +1294,10 @@ void Thermo::compute_etail()

void Thermo::compute_vol()
{
  if (domain->dimension == 3)
    dvalue = domain->xprd * domain->yprd * domain->zprd;
  else
    dvalue = domain->xprd * domain->yprd;
}

/* ---------------------------------------------------------------------- */
+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 *) "22 Jun 2007";
  version = (char *) "5 Oct 2007";

  uworld = communicator;
  MPI_Comm_rank(uworld,&me);