Removed comments in fene_nm

This commit is contained in:
jddietz
2021-09-24 13:41:18 -04:00
parent a83797091b
commit 5229a4e765

View File

@ -29,12 +29,6 @@
using namespace LAMMPS_NS;
using MathConst::MY_CUBEROOT2;
/* ---------------------------------------------------------------------- */
BondFENEnm::BondFENEnm(LAMMPS *lmp) : BondFENE(lmp)
{
// MY_CUBEROOT2 = pow(2.0,(1.0/3.0));
}
/* ---------------------------------------------------------------------- */