Bulk change to const ref for mtop
[alexxy/gromacs.git] / api / legacy / include / gromacs / fileio / trxio.h
index ae1660c99ac33d13a573fa019f278b227183fba3..9e9bedf421750bf06218830f929759a0f0a88f64 100644 (file)
@@ -4,7 +4,7 @@
  * Copyright (c) 1991-2000, University of Groningen, The Netherlands.
  * Copyright (c) 2001-2004, The GROMACS development team.
  * Copyright (c) 2013,2014,2015,2016,2017 by the GROMACS development team.
- * Copyright (c) 2018,2019,2020, by the GROMACS development team, led by
+ * Copyright (c) 2018,2019,2020,2021, 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.
@@ -138,7 +138,7 @@ t_trxstatus* trjtools_gmx_prepare_tng_writing(const char*              filename,
                                               t_trxstatus*             in,
                                               const char*              infile,
                                               int                      natoms,
-                                              const struct gmx_mtop_t* mtop,
+                                              const gmx_mtop_t*        mtop,
                                               gmx::ArrayRef<const int> index,
                                               const char*              index_group_name);