Merge release-5-0 into master
[alexxy/gromacs.git] / src / gromacs / gmxlib / txtdump.c
index a70c1c005c5921f050fbca682919b295ce704b7b..c22bdb311da2f4078c7aa4d03992b64750a2cf02 100644 (file)
@@ -792,8 +792,8 @@ static void pr_rotgrp(FILE *fp, int indent, int g, t_rotgrp *rotg)
     PR("rot-min-gauss", rotg->min_gaussian);
     PR("rot-eps", rotg->eps);
     PS("rot-fit-method", EROTFIT(rotg->eFittype));
-    PI("rot_potfit_nstep", rotg->PotAngle_nstep);
-    PR("rot_potfit_step", rotg->PotAngle_step);
+    PI("rot-potfit-nstep", rotg->PotAngle_nstep);
+    PR("rot-potfit-step", rotg->PotAngle_step);
 }
 
 static void pr_rot(FILE *fp, int indent, t_rot *rot)