Require 2015 version for MSVC
[alexxy/gromacs.git] / src / gromacs / gmxpreprocess / x2top.cpp
index 23014ecbcad401066f852d2d2a9ea08bca016a0d..4971ad76cac1a70cfda9c6d9968311fd1c8f5059 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Copyright (c) 1991-2000, University of Groningen, The Netherlands.
  * Copyright (c) 2001-2008, The GROMACS development team.
- * Copyright (c) 2013,2014,2015, by the GROMACS development team, led by
+ * Copyright (c) 2013,2014,2015,2016, 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.
@@ -69,7 +69,7 @@
 char atp[7] = "HCNOSX";
 #define NATP (asize(atp)-1)
 
-real blen[NATP][NATP] = {
+double blen[NATP][NATP] = {
     {  0.00,  0.108, 0.105, 0.10, 0.10, 0.10 },
     {  0.108, 0.15,  0.14,  0.14, 0.16, 0.14 },
     {  0.105, 0.14,  0.14,  0.14, 0.16, 0.14 },