Unverified Commit 4eca3c46 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

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

parent e784afd6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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];