fix cut-n-paste bug
This commit is contained in:
@ -221,7 +221,7 @@ FixQBMSST::FixQBMSST(LAMMPS *lmp, int narg, char **arg) : Fix(lmp, narg, arg)
|
||||
// create a new compute potential energy compute
|
||||
|
||||
id_pe = utils::strdup(std::string(id) + "_pe");
|
||||
modify->add_compute(fmt::format("{} all pe",id_temp));
|
||||
modify->add_compute(fmt::format("{} all pe",id_pe));
|
||||
peflag = 1;
|
||||
|
||||
// allocate qbmsst
|
||||
|
||||
Reference in New Issue
Block a user