Fix random typos
[alexxy/gromacs.git] / api / legacy / include / gromacs / fileio / confio.h
index 08af69c205ef465e727c040d8a9b9fa2e8bcaa8c..f75b238fd54538c16ea2ba5694c734f8b5976187 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.
@@ -73,7 +73,7 @@ void write_sto_conf(const char*    outfile,
 
 void write_sto_conf_mtop(const char*       outfile,
                          const char*       title,
-                         const gmx_mtop_t* mtop,
+                         const gmx_mtop_t& mtop,
                          const rvec        x[],
                          const rvec*       v,
                          PbcType           pbcType,
@@ -141,7 +141,8 @@ void readConfAndAtoms(const char* infile,
  * \param[in,out] v             Velocities will be stored when *v!=NULL
  * \param[out]    box           Box dimensions
  * \param[in]     requireMasses Require masses to be present, either from tpr or from the mass
- * database \returns if a topology is available
+ *                              database
+ * \returns if a topology is available
  */
 gmx_bool read_tps_conf(const char*        infile,
                        struct t_topology* top,