Apply clang-format to source tree
[alexxy/gromacs.git] / src / gromacs / mdlib / trajectory_writing.h
index 01cebcc02c85b9b5bd21b3bbf76c146e10283afc..d49614100b6a9eb30b6b97197b92df737910f181 100644 (file)
@@ -59,30 +59,28 @@ class EnergyOutput;
  *
  * This routine does communication (e.g. collecting distributed coordinates)
  */
-void
-do_md_trajectory_writing(FILE                     *fplog,
-                         struct t_commrec         *cr,
-                         int                       nfile,
-                         const t_filenm            fnm[],
-                         int64_t                   step,
-                         int64_t                   step_rel,
-                         double                    t,
-                         t_inputrec               *ir,
-                         t_state                  *state,
-                         t_state                  *state_global,
-                         ObservablesHistory       *observablesHistory,
-                         const gmx_mtop_t         *top_global,
-                         t_forcerec               *fr,
-                         gmx_mdoutf_t              outf,
-                         const gmx::EnergyOutput  &energyOutput,
-                         gmx_ekindata_t           *ekind,
-                         gmx::ArrayRef<gmx::RVec>  f,
-                         gmx_bool                  bCPT,
-                         gmx_bool                  bRerunMD,
-                         gmx_bool                  bLastStep,
-                         gmx_bool                  bDoConfOut,
-                         gmx_bool                  bSumEkinhOld
-                         );
+void do_md_trajectory_writing(FILE*                    fplog,
+                              struct t_commrec*        cr,
+                              int                      nfile,
+                              const t_filenm           fnm[],
+                              int64_t                  step,
+                              int64_t                  step_rel,
+                              double                   t,
+                              t_inputrec*              ir,
+                              t_state*                 state,
+                              t_state*                 state_global,
+                              ObservablesHistory*      observablesHistory,
+                              const gmx_mtop_t*        top_global,
+                              t_forcerec*              fr,
+                              gmx_mdoutf_t             outf,
+                              const gmx::EnergyOutput& energyOutput,
+                              gmx_ekindata_t*          ekind,
+                              gmx::ArrayRef<gmx::RVec> f,
+                              gmx_bool                 bCPT,
+                              gmx_bool                 bRerunMD,
+                              gmx_bool                 bLastStep,
+                              gmx_bool                 bDoConfOut,
+                              gmx_bool                 bSumEkinhOld);
 
 
 #endif