true/false input settings should be called bool instead of gmx_bool
authorErik Lindahl <lindahl@csbm02.cbr.su.se>
Thu, 26 Aug 2010 15:03:29 +0000 (17:03 +0200)
committerErik Lindahl <lindahl@csbm02.cbr.su.se>
Thu, 26 Aug 2010 15:03:29 +0000 (17:03 +0200)
include/readinp.h

index 9abada7f5df9e2cf49252ffc515a21532b915954..f3599d95a97eb1f9e591b6b7579aa8e021fb3e7b 100644 (file)
@@ -117,7 +117,7 @@ enum {
 
 /* names to print in help info */
 static const char *argtp[etNR] = {
-  "int", "step", "real", "time", "string", "gmx_bool", "vector", "enum" 
+  "int", "step", "real", "time", "string", "bool", "vector", "enum" 
 };
 
 typedef struct {