remove messy hack

This commit is contained in:
Axel Kohlmeyer
2018-02-18 17:11:06 +01:00
parent 5843be1557
commit 75a432833b

View File

@ -64,8 +64,6 @@ enum{ACCEPT,REJECT,PROCEED,CONTINUE,GUESSFAIL,RESTORE};
FixBondReact::FixBondReact(LAMMPS *lmp, int narg, char **arg) :
Fix(lmp, narg, arg)
{
setbuf(stdout, NULL);
fix1 = NULL;
fix2 = NULL;
fix3 = NULL;