Make PBC type enumeration into PbcType enum class
[alexxy/gromacs.git] / src / programs / view / nmol.h
index ab92eda497dbdceb63e3f6c2aaf02ea3004881b2..4ce99f45ff4a49f5f2598f51c1ec8bf4777432b8 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,2019, by the GROMACS development team, led by
+ * Copyright (c) 2013,2014,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.
@@ -50,7 +50,7 @@ extern t_molwin* init_mw(t_x11*        x11,
                          int           height,
                          unsigned long fg,
                          unsigned long bg,
-                         int           ePBC,
+                         PbcType       pbcType,
                          matrix        box);
 /* Create the molecule window using the x,y etc. */