Merge branch release-4-6 into master
[alexxy/gromacs.git] / src / gromacs / legacyheaders / types / inputrec.h
index 853dad4d689089d08f7f75e650e988570cd7f50a..81af08f0105e0b3ccfb460cc83aadedf5cfe2213 100644 (file)
@@ -187,7 +187,7 @@ typedef struct {
     real     wl_ratio;            /* ratio between largest and smallest number for freezing the weights */
     real     init_wl_delta;       /* starting delta for wang-landau */
     gmx_bool bWLoneovert;         /* use one over t convergece for wang-landau when the delta get sufficiently small */
-    gmx_bool bInit_weights;       /* did we initialize the weights? */
+    gmx_bool bInit_weights;       /* did we initialize the weights? TODO: REMOVE FOR 5.0, no longer needed with new logic */
     real     mc_temp;             /* To override the main temperature, or define it if it's not defined */
     real    *init_lambda_weights; /* user-specified initial weights to start with  */
 } t_expanded;