Apply clang-format to source tree
[alexxy/gromacs.git] / src / gromacs / pulling / output.h
index 08bb4b999cc389c36e4a40be86bb56f421f81393..db4517bdef49a7f3d1a41a589a6439e812a30a26 100644 (file)
@@ -71,10 +71,10 @@ enum class StartingBehavior;
  * \param oenv        Output options.
  * \param startingBehavior  Describes whether this is a restart appending to output files
  */
-void init_pull_output_files(pull_t                 *pull,
+void init_pull_output_files(pull_t*                 pull,
                             int                     nfile,
                             const t_filenm          fnm[],
-                            const gmx_output_env_t *oenv,
+                            const gmx_output_env_toenv,
                             gmx::StartingBehavior   startingBehavior);
 
 /*! \brief Print the pull output (x and/or f)
@@ -83,13 +83,13 @@ void init_pull_output_files(pull_t                 *pull,
  * \param step     Time step number.
  * \param time     Time.
  */
-void pull_print_output(pull_t *pull, int64_t step, double time);
+void pull_print_output(pull_tpull, int64_t step, double time);
 
 /*! \brief Allocate and initialize pull work history (for average pull output) and set it in a pull work struct
  *
  * \param pull                The pull work struct
  * \param observablesHistory  Container of history data, e.g., pull history.
  */
-void initPullHistory(pull_t *pull, ObservablesHistory *observablesHistory);
+void initPullHistory(pull_t* pull, ObservablesHistory* observablesHistory);
 
 #endif