Create math module
[alexxy/gromacs.git] / src / gromacs / gmxpreprocess / topio.c
index eb1a8758e7c3c5498b548c290f5eb907f92dd9b0..c21679d71e1528183018c93e059c12c8a0dad1c4 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.
@@ -72,7 +72,7 @@
 #include "gmxcpp.h"
 #include "gpp_bond_atomtype.h"
 #include "genborn.h"
-#include "maths.h"
+#include "gromacs/math/utilities.h"
 
 #define CPPMARK     '#' /* mark from cpp                       */
 #define OPENDIR     '[' /* starting sign for directive         */