Enable clang-tidy for headers
[alexxy/gromacs.git] / src / gromacs / mdtypes / awh-history.h
index b554830e2a34282c50d7f0e03943941465cc5186..5b26d7613b232b12beae7a95a2d6654593a67c2b 100644 (file)
@@ -107,13 +107,6 @@ struct AwhBiasHistory
 
     AwhBiasStateHistory               state;                /**< The global state of the AWH bias. */
     CorrelationGridHistory            forceCorrelationGrid; /**< History for force correlation statistics. */
-
-    /*! \brief Constructor. */
-    AwhBiasHistory() : pointState(),
-                       state(),
-                       forceCorrelationGrid()
-    {
-    }
 };
 
 //! A collection of AWH bias history data. */
@@ -123,8 +116,8 @@ struct AwhHistory
     double                      potentialOffset; /**< The offset of the bias potential due to bias updates. */
 
     /*! \brief Constructor. */
-    AwhHistory() : bias(),
-                   potentialOffset(0)
+    AwhHistory() :
+        potentialOffset(0)
     {
     }
 };