Rename 'gmx tpbconv' to 'gmx convert-tpr'
[alexxy/gromacs.git] / src / gromacs / tools / convert_tpr.h
similarity index 92%
rename from src/gromacs/tools/tpbconv.h
rename to src/gromacs/tools/convert_tpr.h
index abc0d1be30cff030c74a793ba801a9e608556326..bb7fc46c445bb55f2f4219956b5eea05451a3ece 100644 (file)
@@ -32,8 +32,8 @@
  * To help us fund GROMACS development, we humbly ask that you cite
  * the research papers on the package. Check out http://www.gromacs.org.
  */
-#ifndef GMX_TOOLS_TPBCONV_H
-#define GMX_TOOLS_TPBCONV_H
+#ifndef GMX_TOOLS_CONVERT_TPR_H
+#define GMX_TOOLS_CONVERT_TPR_H
 
 #ifdef __cplusplus
 extern "C" {
@@ -42,12 +42,12 @@ extern "C" {
 }
 #endif
 
-/*! \brief Implements gmx tpbconv
+/*! \brief Implements gmx convert-tpr
  *
  * \param[in] argc  argc value passed to main().
  * \param[in] argv  argv array passed to main().
  */
-int gmx_tpbconv(int argc, char *argv[]);
+int gmx_convert_tpr(int argc, char *argv[]);
 
 #ifdef __cplusplus
 }