Merge release-2019 into master
[alexxy/gromacs.git] / src / gromacs / gmxpreprocess / gmxcpp.h
index 35f4b5416c70a8a6355ed9253c43e812fcb0209d..988dd1a23a59b9b7497808d018707683fff4ee18 100644 (file)
@@ -86,4 +86,8 @@ void cpp_done(gmx_cpp_t handle);
  */
 char *cpp_error(gmx_cpp_t *handlep, int status);
 
+/* Returns warning message if strings defined in mdp define section (e.g. -DFLEXIBLE)
+ * were not not found when processing the topology */
+std::string checkAndWarnForUnusedDefines(const gmx_cpp &handle);
+
 #endif