Remove in-body comment from init_forcerec(...) function
authorArtem Zhmurov <zhmurov@gmail.com>
Mon, 7 Sep 2020 10:58:02 +0000 (13:58 +0300)
committerJoe Jordan <ejjordan12@gmail.com>
Mon, 7 Sep 2020 19:19:21 +0000 (19:19 +0000)
Fixes doxygen warning

src/gromacs/mdlib/forcerec.cpp

index 54446643e3454171724a363db248fc381750dbd8..e2ce454bd2d5d815e8a9d98d32b1691a659fcc2d 100644 (file)
@@ -1268,7 +1268,7 @@ void init_forcerec(FILE*                            fp,
         // TODO Don't need to catch this here, when merging with master branch
         try
         {
-            //! \todo move these tables into a separate struct and store reference in ListedForces
+            // TODO move these tables into a separate struct and store reference in ListedForces
             fcdata.bondtab  = make_bonded_tables(fp, F_TABBONDS, F_TABBONDSNC, mtop, tabbfnm, "b");
             fcdata.angletab = make_bonded_tables(fp, F_TABANGLES, -1, mtop, tabbfnm, "a");
             fcdata.dihtab   = make_bonded_tables(fp, F_TABDIHS, -1, mtop, tabbfnm, "d");