mirror of https://github.com/lammps/lammps.git
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@4485 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
42ab5dce6f
commit
e3c75de17a
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue