Eliminate mdlib/mdrun.h
[alexxy/gromacs.git] / src / gromacs / pulling / output.h
index 3da5993b9fc77524a09608a46de89c7d5ab86b2b..fccbb10eb27b3df8f08e7210c5006d9f01fb29f6 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Copyright (c) 1991-2000, University of Groningen, The Netherlands.
  * Copyright (c) 2001-2004, The GROMACS development team.
- * Copyright (c) 2013,2014,2015,2016,2017,2018, by the GROMACS development team, led by
+ * Copyright (c) 2013,2014,2015,2016,2017,2018,2019, by the GROMACS development team, led by
  * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl,
  * and including many others, as listed in the AUTHORS file in the
  * top-level source directory and at http://www.gromacs.org.
 #include "gromacs/utility/basedefinitions.h"
 
 struct pull_t;
-struct ContinuationOptions;
 struct gmx_output_env_t;
 struct ObservablesHistory;
 struct t_filenm;
 
+namespace gmx
+{
+struct ContinuationOptions;
+}
+
 /*! \brief Set up and open the pull output files, when requested.
  *
  * NOTE: This should only be called on the master rank and only when
@@ -67,11 +71,11 @@ struct t_filenm;
  * \param oenv        Output options.
  * \param continuationOptions  Options for continuing from checkpoint file
  */
-void init_pull_output_files(pull_t                    *pull,
-                            int                        nfile,
-                            const t_filenm             fnm[],
-                            const gmx_output_env_t    *oenv,
-                            const ContinuationOptions &continuationOptions);
+void init_pull_output_files(pull_t                         *pull,
+                            int                             nfile,
+                            const t_filenm                  fnm[],
+                            const gmx_output_env_t         *oenv,
+                            const gmx::ContinuationOptions &continuationOptions);
 
 /*! \brief Print the pull output (x and/or f)
  *