From 7599fe233d758f7d85e73fef9320291da1ff25fb Mon Sep 17 00:00:00 2001 From: sjplimp Date: Tue, 18 Sep 2012 21:31:39 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@8793 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- src/fix_thermal_conductivity.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/fix_thermal_conductivity.cpp b/src/fix_thermal_conductivity.cpp index c1f4258a8f..6d077f5306 100644 --- a/src/fix_thermal_conductivity.cpp +++ b/src/fix_thermal_conductivity.cpp @@ -69,7 +69,8 @@ FixThermalConductivity::FixThermalConductivity(LAMMPS *lmp, error->all(FLERR,"Illegal fix thermal/conductivity command"); nswap = atoi(arg[iarg+1]); if (nswap <= 0) - error->all(FLERR,"Fix thermal/conductivity swap value must be positive"); + error->all(FLERR, + "Fix thermal/conductivity swap value must be positive"); iarg += 2; } else error->all(FLERR,"Illegal fix thermal/conductivity command"); } @@ -114,7 +115,8 @@ void FixThermalConductivity::init() for (int i = 0; i < modify->nfix; i++) { if (modify->fix[i] == this) foundme = 1; if (foundme && strcmp(modify->fix[i]->style,"ave/spatial") == 0 && me == 0) - error->warning(FLERR,"Fix thermal/conductivity comes before fix ave/spatial"); + error->warning(FLERR, + "Fix thermal/conductivity comes before fix ave/spatial"); } // set bounds of 2 slabs in edim