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

This commit is contained in:
sjplimp
2008-01-17 17:01:57 +00:00
parent 603894b878
commit 227f28c324
18 changed files with 817 additions and 757 deletions

View File

@ -256,7 +256,7 @@ 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 variable name");
if (ivariable < 0) error->all("Could not find thermo custom variable name");
variables[i] = ivariable;
}