From 97bcc0c23dc6bc5205aae0fa7e7c8204c210ead8 Mon Sep 17 00:00:00 2001 From: sjplimp Date: Tue, 2 Dec 2008 20:18:44 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@2268 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- src/thermo.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/thermo.cpp b/src/thermo.cpp index a4283eb452..d22b2adb84 100644 --- a/src/thermo.cpp +++ b/src/thermo.cpp @@ -224,7 +224,8 @@ void Thermo::init() int ivariable; for (i = 0; i < nvariable; i++) { ivariable = input->variable->find(id_variable[i]); - if (ivariable < 0) error->all("Could not find thermo custom variable name"); + if (ivariable < 0) + error->all("Could not find thermo custom variable name"); variables[i] = ivariable; }