Additional index group checks for selections
[alexxy/gromacs.git] / src / gromacs / trajectoryanalysis / runnercommon.cpp
index 70a0efd2a43da0f8412f5589593b3b46da2b5907..d61ab99a32e5a11b00ef31994b11ec445236605c 100644 (file)
@@ -373,17 +373,6 @@ TrajectoryAnalysisRunnerCommon::initFirstFrame()
                                                      "Trajectory (%d atoms) does not match topology (%d atoms)",
                                                      impl_->fr->natoms, top.topology()->atoms.nr)));
         }
-        // TODO: Check index groups if they have been initialized based on the topology.
-        /*
-           if (top)
-           {
-            for (int i = 0; i < impl_->sel->nr(); ++i)
-            {
-                gmx_ana_index_check(impl_->sel->sel(i)->indexGroup(),
-                                    impl_->fr->natoms);
-            }
-           }
-         */
     }
     else
     {