Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / legacyheaders / txtdump.h
index 6ac929f2543020dc9fc9daa67e6f5dd4af12c46b..c8a3a086b83b11421b89daa28736982812499b1c 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, by the GROMACS development team, led by
+ * Copyright (c) 2013,2014, 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.
@@ -40,8 +40,9 @@
 
 
 #include <stdio.h>
-#include "typedefs.h"
-#include "../fileio/tpxio.h"
+
+#include "gromacs/fileio/tpxio.h"
+#include "gromacs/legacyheaders/typedefs.h"
 
 #ifdef __cplusplus
 extern "C" {
@@ -62,11 +63,13 @@ void pr_ivec(FILE *fp, int indent, const char *title, int vec[], int n, gmx_bool
 void pr_ivecs(FILE *fp, int indent, const char *title, ivec vec[], int n, gmx_bool bShowNumbers);
 void pr_bvec(FILE *fp, int indent, const char *title, gmx_bool vec[], int n, gmx_bool bShowNnumbers);
 void pr_rvec(FILE *fp, int indent, const char *title, real vec[], int n, gmx_bool bShowNumbers);
+void pr_rvecs_of_dim(FILE *fp, int indent, const char *title, rvec vec[], int n, int dim);
 void pr_dvec(FILE *fp, int indent, const char *title, double vec[], int n, gmx_bool bShowNumbers);
 void pr_rvecs(FILE *fp, int indent, const char *title, rvec vec[], int n);
 void pr_rvecs_len(FILE *fp, int indent, const char *title, rvec vec[], int n);
 void pr_reals(FILE *fp, int indent, const char *title, real vec[], int n);
 void pr_doubles(FILE *fp, int indent, const char *title, double *vec, int n);
+void pr_reals_of_dim(FILE *fp, int indent, const char *title, real *vec, int n, int dim);
 void pr_block(FILE *fp, int indent, const char *title, t_block *block, gmx_bool bShowNumbers);
 void pr_blocka(FILE *fp, int indent, const char *title, t_blocka *block, gmx_bool bShowNumbers);
 void pr_ilist(FILE *fp, int indent, const char *title,