| 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 | 
+ | 
  const char *freqfluccorr_help; /**< @brief Frequency Fluctuation correlation function help description.  */ | 
| 79 | 
  | 
   | 
| 80 | 
  | 
  unsigned int help_given ;     /**< @brief Whether help was given.  */ | 
| 81 | 
  | 
  unsigned int version_given ;  /**< @brief Whether version was given.  */ | 
| 101 | 
  | 
  unsigned int momentum_given ; /**< @brief Whether momentum was given.  */ | 
| 102 | 
  | 
  unsigned int stresscorr_given ;       /**< @brief Whether stresscorr was given.  */ | 
| 103 | 
  | 
  unsigned int bondcorr_given ; /**< @brief Whether bondcorr was given.  */ | 
| 104 | 
+ | 
  unsigned int freqfluccorr_given ;     /**< @brief Whether freqfluccorr was given.  */ | 
| 105 | 
  | 
 | 
| 106 | 
  | 
  char **inputs ; /**< @brief unamed options (options without names) */ | 
| 107 | 
  | 
  unsigned inputs_num ; /**< @brief unamed options number */ |