forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@4246 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
490acb5c8c
commit
ea6a192a6e
|
@ -89,7 +89,7 @@ void FixHeat::end_of_step()
|
|||
Region *region = NULL;
|
||||
if (iregion >= 0) region = domain->regions[iregion];
|
||||
|
||||
if (region < 0) {
|
||||
if (iregion < 0) {
|
||||
heat = heat_input*nevery*update->dt*force->ftm2v;
|
||||
ke = group->ke(igroup)*force->ftm2v;
|
||||
group->vcm(igroup,masstotal,vcm);
|
||||
|
|
Loading…
Reference in New Issue