small comment/whitespace tweak

This commit is contained in:
Axel Kohlmeyer 2016-11-21 12:46:43 -05:00
parent 3dff9f2018
commit 7893215964
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* ----------------------------------------------------------------------
/* -*- c++ -*- ----------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
http://lammps.sandia.gov, Sandia National Laboratories
Steve Plimpton, sjplimp@sandia.gov

View File

@ -272,7 +272,7 @@ void TemperGrem::command(int narg, char **arg)
partner_world = lambda2world[partner_set_lambda];
partner = world2root[partner_world];
}
// compute weights
volume = domain->xprd * domain->yprd * domain->zprd;
enth = pe + (pressref * volume);