Fixes for clang-tidy-9
[alexxy/gromacs.git] / src / gromacs / trajectoryanalysis / analysismodule.h
index d53d24143bc020ffc0c4a4980182ad6d78b60a9c..7462f19badb02604ef287afe0524015bc4c2d57e 100644 (file)
@@ -130,7 +130,7 @@ public:
      *
      * Does not throw.
      */
-    Selection parallelSelection(const Selection& selection);
+    static Selection parallelSelection(const Selection& selection);
     /*! \brief
      * Returns a set of selection that corresponds to the given selections.
      *
@@ -140,7 +140,7 @@ public:
      *
      * \see parallelSelection()
      */
-    SelectionList parallelSelections(const SelectionList& selections);
+    static SelectionList parallelSelections(const SelectionList& selections);
 
 protected:
     /*! \brief