clang-tidy-11 fixes for hardware
[alexxy/gromacs.git] / src / gromacs / hardware / hardwaretopology.h
index b52ad0a3b06887fcb4ab2ab3ce2947536c5482f4..065cb1d42bc76acc381b5d8af395bb4d61914811 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * This file is part of the GROMACS molecular simulation package.
  *
- * Copyright (c) 2015,2016,2018,2019, by the GROMACS development team, led by
+ * Copyright (c) 2015,2016,2018,2019,2021, by the GROMACS development team, led by
  * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl,
  * and including many others, as listed in the AUTHORS file in the
  * top-level source directory and at http://www.gromacs.org.
@@ -186,7 +186,6 @@ public:
         std::vector<Device>           devices;           //!< Devices on PCI bus
     };
 
-public:
     /*! \brief Detects the hardware topology. */
     static HardwareTopology detect();