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

This commit is contained in:
sjplimp 2010-08-12 23:26:29 +00:00
parent 42ab5dce6f
commit e3c75de17a
1 changed files with 0 additions and 1 deletions

View File

@ -383,7 +383,6 @@ void Thermo::modify_params(int narg, char **arg)
int n = strlen(&arg[iarg+1][2]) + 1;
output->var_thermo = new char[n];
strcpy(output->var_thermo,&arg[iarg+1][2]);
n = 0;
} else error->all("Illegal thermo_modify command");
output->thermo_every = 0;
iarg += 2;