Enforced rotation: code cleanup
[alexxy/gromacs.git] / include / types / inputrec.h
index 7715b212bb9cbe8bae2e7beb636c75abcd7b3537..694fad55dd2705692242f48b1fd2a21b2c43f973 100644 (file)
@@ -171,8 +171,8 @@ typedef struct {
 
 typedef struct {
   int        ngrp;           /* Number of rotation groups                     */
-  int        nstrout;        /* Main output frequency for angle and potential */
-  int        nsttout;        /* Outfreq. for torque, fitangles, slab centers  */
+  int        nstrout;        /* Output frequency for main rotation outfile    */
+  int        nstsout;        /* Output frequency for per-slab data            */
   t_rotgrp   *grp;           /* Groups to rotate                              */
   gmx_enfrot_t enfrot;       /* Stores non-inputrec enforced rotation data    */
 } t_rot;