| 61 | 
  | 
  const char *vcorr_help; /**< @brief velocity correlation function help description.  */ | 
| 62 | 
  | 
  const char *dcorr_help; /**< @brief dipole correlation function help description.  */ | 
| 63 | 
  | 
  const char *lcorr_help; /**< @brief Lengendre correlation function help description.  */ | 
| 64 | 
+ | 
  const char *sdcorr_help; /**< @brief System dipole correlation function help description.  */ | 
| 65 | 
  | 
  const char *r_rcorr_help; /**< @brief Radial rmsd help description.  */ | 
| 66 | 
  | 
  const char *thetacorr_help; /**< @brief Angular rmsd help description.  */ | 
| 67 | 
  | 
  const char *drcorr_help; /**< @brief Directional rmsd for particles with unit vectors help description.  */ | 
| 80 | 
  | 
  unsigned int vcorr_given ;    /**< @brief Whether vcorr was given.  */ | 
| 81 | 
  | 
  unsigned int dcorr_given ;    /**< @brief Whether dcorr was given.  */ | 
| 82 | 
  | 
  unsigned int lcorr_given ;    /**< @brief Whether lcorr was given.  */ | 
| 83 | 
+ | 
  unsigned int sdcorr_given ;   /**< @brief Whether sdcorr was given.  */ | 
| 84 | 
  | 
  unsigned int r_rcorr_given ;  /**< @brief Whether r_rcorr was given.  */ | 
| 85 | 
  | 
  unsigned int thetacorr_given ;        /**< @brief Whether thetacorr was given.  */ | 
| 86 | 
  | 
  unsigned int drcorr_given ;   /**< @brief Whether drcorr was given.  */ | 
| 87 | 
  | 
  unsigned int helfandEcorr_given ;     /**< @brief Whether helfandEcorr was given.  */ | 
| 88 | 
  | 
  unsigned int stresscorr_given ;       /**< @brief Whether stresscorr was given.  */ | 
| 89 | 
  | 
 | 
| 88 | 
– | 
  char **inputs ; /**< @brief unamed options (options without names) */ | 
| 89 | 
– | 
  unsigned inputs_num ; /**< @brief unamed options number */ | 
| 90 | 
  | 
  int dynamicProps_group_counter; /**< @brief Counter for group dynamicProps */ | 
| 91 | 
  | 
} ; | 
| 92 | 
  | 
 |