fix bug that messes up r-RESPA from some strange reason.

This commit is contained in:
Axel Kohlmeyer 2020-05-21 00:45:01 -04:00
parent e784afd60f
commit 4eca3c46a6
No known key found for this signature in database
GPG Key ID: D9B44E93BF0C375A
1 changed files with 1 additions and 1 deletions

View File

@ -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];