Improve selection error messages (use exceptions)
[alexxy/gromacs.git] / src / gromacs / selection / parsetree.h
index 2b018ca7c236c8b614c48d7963a6fad331ccdc4e..901795e49bfb718f09907b3301bb1751d372eeea 100644 (file)
@@ -561,7 +561,7 @@ _gmx_sel_parser_should_finish(void *scanner);
 
 /* In params.c */
 /** Initializes an array of parameters based on input from the selection parser. */
-bool
+void
 _gmx_sel_parse_params(const gmx::SelectionParserParameterList &params,
                       int nparam, struct gmx_ana_selparam_t *param,
                       const gmx::SelectionTreeElementPointer &root,