Code cleanup in enforced rotation module, remove warnings.
[alexxy/gromacs.git] / include / pull_rotation.h
index b889e5bf34af4b3365101d99f916dd6d0ea109e6..9b9c33046d2e6e60dc48241c2414f500c709d22a 100644 (file)
@@ -70,6 +70,7 @@ extern "C" {
  *                          of the rotation output files.
  * \param cr                Pointer to MPI communication data.
  * \param x                 The positions of all MD particles.
+ * \param box               The simulation box.
  * \param mtop              Molecular topology.
  * \param oenv              Needed to open the rotation output xvgr file.
  * \param Flags             Flags passed over from main, used to determine
@@ -134,11 +135,10 @@ extern real add_rot_forces(t_rot *rot, rvec f[], t_commrec *cr, gmx_large_int_t
 
 /*! \brief Close the enforced rotation output files.
  *
- * \param fplog             General output file, normally md.log.
  * \param rot               Pointer to all the enforced rotation data.
  */
 GMX_LIBMD_EXPORT
-extern void finish_rot(FILE *fplog, t_rot *rot);
+extern void finish_rot(t_rot *rot);
 
 
 #ifdef __cplusplus