Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / linearalgebra / eigensolver.h
index 7d6a6ad75b4848aec59053812679a6fced0728cb..0c2b97d92d0cc43330f681e47a4bc0ccc214be91 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) 2012, by the GROMACS development team, led by
+ * Copyright (c) 2012,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.
@@ -37,9 +37,8 @@
 #ifndef GMX_LINEARALGEBRA_EIGENSOLVER_H
 #define GMX_LINEARALGEBRA_EIGENSOLVER_H
 
-#include "../legacyheaders/types/simple.h"
-
-#include "sparsematrix.h"
+#include "gromacs/linearalgebra/sparsematrix.h"
+#include "gromacs/utility/real.h"
 
 #ifdef __cplusplus
 extern "C" {
@@ -61,7 +60,7 @@ extern "C" {
  *                      of this array _must_ be n, even if not all
  *                      eigenvectors are calculated, since all eigenvalues
  *                      might be needed as an intermediate step.
- *  \param eigenvectors If this pointer is non-NULL, the eigenvectors
+ *  \param eigenvec     If this pointer is non-NULL, the eigenvectors
  *                      specified by the indices are returned as rows of
  *                      a matrix, i.e. eigenvector j starts at offset j*n, and
  *                      is of length n.