Clang-11 fixes for applied forces
[alexxy/gromacs.git] / src / gromacs / applied_forces / densityfitting / densityfittingparameters.h
index 0e123ef5bc4efc1a4b5df76871b1e2f886c83016..f6dc43ae956b53307824369bf18c2056ff8fffdc 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * This file is part of the GROMACS molecular simulation package.
  *
- * Copyright (c) 2019,2020, by the GROMACS development team, led by
+ * Copyright (c) 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.
@@ -83,9 +83,9 @@ struct DensityFittingParameters
     //! The time constant for the adaptive force scaling in ps
     real adaptiveForceScalingTimeConstant_ = 4;
     //! Translation of the structure, so that the coordinates that are fitted are x+translation
-    std::string translationString_ = "";
+    std::string translationString_;
     //! Linear transformation of the structure, so that the coordinates that are fitted are Matrix * x
-    std::string transformationMatrixString_ = "";
+    std::string transformationMatrixString_;
 };
 
 /*!\brief Check if two structs holding density fitting parameters are equal.