From 78eda239f6714920e1eb55d9d1dcb26f8dffd369 Mon Sep 17 00:00:00 2001 From: pscrozi Date: Tue, 30 Jun 2009 15:54:17 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@2917 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- src/fix_heat.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/fix_heat.cpp b/src/fix_heat.cpp index dfe1a356a1..c9b361a9f8 100644 --- a/src/fix_heat.cpp +++ b/src/fix_heat.cpp @@ -34,6 +34,11 @@ FixHeat::FixHeat(LAMMPS *lmp, int narg, char **arg) : Fix(lmp, narg, arg) { if (narg < 4) error->all("Illegal fix heat command"); + scalar_flag = 1; + scalar_vector_freq = 1; + extscalar = 0; + r = 1.0; + nevery = atoi(arg[3]); if (nevery <= 0) error->all("Illegal fix heat command");