git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@4246 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp 2010-06-14 21:50:51 +00:00
parent 490acb5c8c
commit ea6a192a6e
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ void FixHeat::end_of_step()
Region *region = NULL; Region *region = NULL;
if (iregion >= 0) region = domain->regions[iregion]; if (iregion >= 0) region = domain->regions[iregion];
if (region < 0) { if (iregion < 0) {
heat = heat_input*nevery*update->dt*force->ftm2v; heat = heat_input*nevery*update->dt*force->ftm2v;
ke = group->ke(igroup)*force->ftm2v; ke = group->ke(igroup)*force->ftm2v;
group->vcm(igroup,masstotal,vcm); group->vcm(igroup,masstotal,vcm);