forked from lijiext/lammps
small comment/whitespace tweak
This commit is contained in:
parent
3dff9f2018
commit
7893215964
|
@ -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
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue