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

@ -43,6 +43,8 @@ class Min : protected Pointers {
double fnorm_inf();
double fnorm_max();
enum{TWO,MAX};
// methods for spin minimizers
double max_torque();
double total_torque();