Unverified Commit ab04416b authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

fix typo

parent 3a0ae83c
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -70,7 +70,7 @@ ComputeTempCS::ComputeTempCS(LAMMPS *lmp, int narg, char **arg) :


  std::string fixcmd = id + std::string("_COMPUTE_STORE");
  std::string fixcmd = id + std::string("_COMPUTE_STORE");
  id_fix = new char[fixcmd.size()+1];
  id_fix = new char[fixcmd.size()+1];
  strcpy(id_fix,fix_cmd.c_str());
  strcpy(id_fix,fixcmd.c_str());


  fixcmd += fmt::format(" {} STORE peratom 0 1", group->names[igroup]);
  fixcmd += fmt::format(" {} STORE peratom 0 1", group->names[igroup]);
  modify->add_fix(fixcmd);
  modify->add_fix(fixcmd);