forked from lijiext/lammps
fix bug that messes up r-RESPA from some strange reason.
This commit is contained in:
parent
e784afd60f
commit
4eca3c46a6
|
@ -50,7 +50,7 @@ void WriteCoeff::command(int narg, char **arg)
|
|||
strcat(file,arg[0]);
|
||||
|
||||
// initialize relevant styles
|
||||
force->init();
|
||||
lmp->init();
|
||||
|
||||
if (comm->me == 0) {
|
||||
char str[256], coeff[256];
|
||||
|
|
Loading…
Reference in New Issue