Redefine the default boolean type to gmx_bool.
[alexxy/gromacs.git] / include / types / enums.h
index 9b94969089fe172de5c3bbac5a012be3617246d5..4df68277ebb4ebb06ccda7fb9be06db428f499cc 100644 (file)
@@ -158,14 +158,14 @@ enum {
 /* separate_dhdl_file selection */
 enum
 {
-    /* NOTE: YES is the first one. Do NOT interpret this one as a bool */
+    /* NOTE: YES is the first one. Do NOT interpret this one as a gmx_bool */
     sepdhdlfileYES, sepdhdlfileNO, sepdhdlfileNR
 };
 
 /* dhdl_derivatives selection */
 enum
 {
-    /* NOTE: YES is the first one. Do NOT interpret this one as a bool */
+    /* NOTE: YES is the first one. Do NOT interpret this one as a gmx_bool */
     dhdlderivativesYES, dhdlderivativesNO, dhdlderivativesNR
 };