Commit2 JT 092319

- added enum to min.h (for norm choice)
- completed doc min_modify
- corrected torque tol issue in spin/min
This commit is contained in:
julient31
2019-09-23 13:48:33 -06:00
parent 56e1a05287
commit bc0ff0db61
7 changed files with 21 additions and 46 deletions

View File

@ -49,8 +49,6 @@
using namespace LAMMPS_NS;
using namespace MathConst;
enum{TWO,MAX}
/* ---------------------------------------------------------------------- */
Min::Min(LAMMPS *lmp) : Pointers(lmp)