| 66 | 
  | 
  const char *dcorr_help; /**< @brief dipole correlation function help description.  */ | 
| 67 | 
  | 
  const char *lcorr_help; /**< @brief Lengendre correlation function help description.  */ | 
| 68 | 
  | 
  const char *lcorrZ_help; /**< @brief Lengendre correlation function binned by Z help description.  */ | 
| 69 | 
+ | 
  const char *cohZ_help; /**< @brief Lengendre correlation function for OH bond vectors binned by Z help description.  */ | 
| 70 | 
  | 
  const char *sdcorr_help; /**< @brief System dipole correlation function help description.  */ | 
| 71 | 
  | 
  const char *r_rcorr_help; /**< @brief Radial rmsd help description.  */ | 
| 72 | 
  | 
  const char *thetacorr_help; /**< @brief Angular rmsd help description.  */ | 
| 74 | 
  | 
  const char *helfandEcorr_help; /**< @brief Helfand moment for thermal conductvity help description.  */ | 
| 75 | 
  | 
  const char *momentum_help; /**< @brief Helfand momentum for viscosity help description.  */ | 
| 76 | 
  | 
  const char *stresscorr_help; /**< @brief Stress tensor correlation function help description.  */ | 
| 77 | 
+ | 
  const char *bondcorr_help; /**< @brief Bond extension correlation function help description.  */ | 
| 78 | 
  | 
   | 
| 79 | 
  | 
  unsigned int help_given ;     /**< @brief Whether help was given.  */ | 
| 80 | 
  | 
  unsigned int version_given ;  /**< @brief Whether version was given.  */ | 
| 91 | 
  | 
  unsigned int dcorr_given ;    /**< @brief Whether dcorr was given.  */ | 
| 92 | 
  | 
  unsigned int lcorr_given ;    /**< @brief Whether lcorr was given.  */ | 
| 93 | 
  | 
  unsigned int lcorrZ_given ;   /**< @brief Whether lcorrZ was given.  */ | 
| 94 | 
+ | 
  unsigned int cohZ_given ;     /**< @brief Whether cohZ was given.  */ | 
| 95 | 
  | 
  unsigned int sdcorr_given ;   /**< @brief Whether sdcorr was given.  */ | 
| 96 | 
  | 
  unsigned int r_rcorr_given ;  /**< @brief Whether r_rcorr was given.  */ | 
| 97 | 
  | 
  unsigned int thetacorr_given ;        /**< @brief Whether thetacorr was given.  */ | 
| 99 | 
  | 
  unsigned int helfandEcorr_given ;     /**< @brief Whether helfandEcorr was given.  */ | 
| 100 | 
  | 
  unsigned int momentum_given ; /**< @brief Whether momentum was given.  */ | 
| 101 | 
  | 
  unsigned int stresscorr_given ;       /**< @brief Whether stresscorr was given.  */ | 
| 102 | 
+ | 
  unsigned int bondcorr_given ; /**< @brief Whether bondcorr was given.  */ | 
| 103 | 
  | 
 | 
| 104 | 
  | 
  char **inputs ; /**< @brief unamed options (options without names) */ | 
| 105 | 
  | 
  unsigned inputs_num ; /**< @brief unamed options number */ |