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

View File

@ -50,7 +50,7 @@ void WriteCoeff::command(int narg, char **arg)
strcat(file,arg[0]); strcat(file,arg[0]);
// initialize relevant styles // initialize relevant styles
force->init(); lmp->init();
if (comm->me == 0) { if (comm->me == 0) {
char str[256], coeff[256]; char str[256], coeff[256];