Make PBC type enumeration into PbcType enum class
[alexxy/gromacs.git] / src / gromacs / gmxana / nrama.h
index 6aee0a3e94c95ba101fa9d62d0044e5b025c471c..71c00fded00fa8081d4c8131b10c96d108c0d089 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,2014,2015,2018,2019, by the GROMACS development team, led by
+ * Copyright (c) 2013,2014,2015,2018,2019,2020, 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 @@ typedef struct
     rvec*             x;
     matrix            box;
     t_idef*           idef;
-    int               ePBC;
+    PbcType           pbcType;
     gmx_output_env_t* oenv;
 } t_xrama;