Update release notes for gmx msd and clear some TODOs
[alexxy/gromacs.git] / src / gromacs / trajectoryanalysis / modules / msd.cpp
index beae64d65e997c07c119c284dab0d0da6cf5f7d5..0a0dd25616e296690a6b9e50689926f763388b46 100644 (file)
@@ -391,12 +391,9 @@ struct MsdGroupData
 
 /*! \brief Implements the gmx msd module
  *
- * \todo Implement -(no)mw. Right now, all calculations are mass-weighted with -mol, and not otherwise
  * \todo Implement -tensor for full MSD tensor calculation
  * \todo Implement -rmcomm for total-frame COM removal
  * \todo Implement -pdb for molecule B factors
- * \todo Implement -maxtau option proposed at https://gitlab.com/gromacs/gromacs/-/issues/3870
- * \todo Update help text as options are added and clarifications decided on at https://gitlab.com/gromacs/gromacs/-/issues/3869
  */
 class Msd : public TrajectoryAnalysisModule
 {