Enable more warnings for Clang 6
[alexxy/gromacs.git] / src / gromacs / ewald / pme-simd4.h
index 7500db7cde465ed15283543c7a232c25435bc741..d1d40bd825abe9e5fab341d6ad74f6d892be552b 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,2013,2014,2015,2017, by the GROMACS development team, led by
+ * Copyright (c) 2012,2013,2014,2015,2017,2018, 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.
@@ -45,6 +45,7 @@
  * This code does not assume any memory alignment for the grid.
  */
 {
+    using namespace gmx;
     Simd4Real ty_S0(thy[0]);
     Simd4Real ty_S1(thy[1]);
     Simd4Real ty_S2(thy[2]);
@@ -93,6 +94,7 @@
  * This code supports pme_order <= 5.
  */
 {
+    using namespace gmx;
     int              offset;
     int              index;
     Simd4Real        ty_S0(thy[0]);