Commit 97bcc0c2 authored by sjplimp's avatar sjplimp
Browse files

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@2268 f3b2605a-c512-4ea7-a41b-209d697bcdaa
parent 68c8091d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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;
  }