Skip to content
Snippets Groups Projects
Commit 78932159 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

small comment/whitespace tweak

parent 3dff9f20
No related branches found
No related tags found
No related merge requests found
/* ----------------------------------------------------------------------
/* -*- 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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment