Revert "Eliminate mdlib/mdrun.h"
[alexxy/gromacs.git] / src / gromacs / pulling / output.cpp
index 55a140c4f6844058df566ae10aac05fb0af4f4e9..4f5c58ec9d8f516e5db0323f1e054ea0120009ed 100644 (file)
@@ -46,7 +46,6 @@
 #include "gromacs/fileio/gmxfio.h"
 #include "gromacs/fileio/xvgr.h"
 #include "gromacs/math/vec.h"
-#include "gromacs/mdtypes/mdrunoptions.h"
 #include "gromacs/mdtypes/observableshistory.h"
 #include "gromacs/mdtypes/pullhistory.h"
 #include "gromacs/pulling/pull.h"
@@ -386,7 +385,7 @@ static void set_legend_for_coord_components(const pull_coord_work_t *pcrd, int c
 static FILE *open_pull_out(const char *fn, struct pull_t *pull,
                            const gmx_output_env_t *oenv,
                            gmx_bool bCoord,
-                           const gmx::ContinuationOptions &continuationOptions)
+                           const ContinuationOptions &continuationOptions)
 {
     FILE  *fp;
     int    nsets, m;
@@ -499,11 +498,11 @@ static FILE *open_pull_out(const char *fn, struct pull_t *pull,
     return fp;
 }
 
-void init_pull_output_files(pull_t                         *pull,
-                            int                             nfile,
-                            const t_filenm                  fnm[],
-                            const gmx_output_env_t         *oenv,
-                            const gmx::ContinuationOptions &continuationOptions)
+void init_pull_output_files(pull_t                    *pull,
+                            int                        nfile,
+                            const t_filenm             fnm[],
+                            const gmx_output_env_t    *oenv,
+                            const ContinuationOptions &continuationOptions)
 {
     /* Check for px and pf filename collision, if we are writing
        both files */