Fixes for clang-tidy-9
[alexxy/gromacs.git] / src / gromacs / selection / evaluate.cpp
index bf211d566806839c2eae6903d9252d0d537c0493..fd2be1443437a43bf7c4dee377c195985ed0b1c8 100644 (file)
@@ -419,6 +419,7 @@ SelectionEvaluator::SelectionEvaluator() {}
  * This is the only function that user code should call if they want to
  * evaluate a selection for a new frame.
  */
+// NOLINTNEXTLINE readability-convert-member-functions-to-static
 void SelectionEvaluator::evaluate(SelectionCollection* coll, t_trxframe* fr, t_pbc* pbc)
 {
     gmx_ana_selcollection_t* sc = &coll->impl_->sc_;
@@ -464,6 +465,7 @@ void SelectionEvaluator::evaluate(SelectionCollection* coll, t_trxframe* fr, t_p
  * \param[in,out] coll  The selection collection to evaluate.
  * \param[in]     nframes Total number of frames.
  */
+// NOLINTNEXTLINE readability-convert-member-functions-to-static
 void SelectionEvaluator::evaluateFinal(SelectionCollection* coll, int nframes)
 {
     gmx_ana_selcollection_t* sc = &coll->impl_->sc_;