Make AWH parameters proper C++
[alexxy/gromacs.git] / src / gromacs / applied_forces / awh / awh.h
index 30b0a25b1a3506b9ecf778f7f6d603a8900df57e..c1d3632b0214078b71f7bfda1dd0889be37ffa4a 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * This file is part of the GROMACS molecular simulation package.
  *
- * Copyright (c) 2015,2016,2017,2018,2019,2020, by the GROMACS development team, led by
+ * Copyright (c) 2015,2016,2017,2018,2019,2020,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.
@@ -88,7 +88,7 @@ namespace gmx
 template<typename>
 class ArrayRef;
 struct AwhHistory;
-struct AwhParams;
+class AwhParams;
 class Bias;
 struct BiasCoupledToSystem;
 class ForceWithVirial;