Apply clang-format to source tree
[alexxy/gromacs.git] / src / gromacs / mdlib / tests / settletestrunners.h
index 2aba713b21e6c4a508881decadcf47c26573334e..08761213755ed4ace4d612a43d4213bb7d5c2eba 100644 (file)
@@ -56,8 +56,8 @@ namespace test
 
 /*! \brief Apply SETTLE using CPU version of the algorithm
  *
- * Initializes SETTLE object, applies algorithm, destroys the object. The coordinates, velocities and
- * virial are updated in the testData object.
+ * Initializes SETTLE object, applies algorithm, destroys the object. The coordinates, velocities
+ * and virial are updated in the testData object.
  *
  * \param[in,out] testData          An object, containing all the data structures needed by SETTLE.
  * \param[in]     pbc               Periodic boundary setup.
@@ -65,11 +65,11 @@ namespace test
  * \param[in]     calcVirial        If the virial should be computed.
  * \param[in]     testDescription   Brief description that will be printed in case of test failure.
  */
-void applySettle(SettleTestData    *testData,
+void applySettle(SettleTestData*    testData,
                  t_pbc              pbc,
                  bool               updateVelocities,
                  bool               calcVirial,
-                 const std::string &testDescription);
+                 const std::stringtestDescription);
 
 /*! \brief Apply SETTLE using GPU version of the algorithm
  *
@@ -82,13 +82,13 @@ void applySettle(SettleTestData    *testData,
  * \param[in]     calcVirial        If the virial should be computed.
  * \param[in]     testDescription   Brief description that will be printed in case of test failure.
  */
-void applySettleGpu(SettleTestData    *testData,
+void applySettleGpu(SettleTestData*    testData,
                     t_pbc              pbc,
                     bool               updateVelocities,
                     bool               calcVirial,
-                    const std::string &testDescription);
+                    const std::stringtestDescription);
 
-}      // namespace test
-}      // namespace gmx
+} // namespace test
+} // namespace gmx
 
 #endif // GMX_MDLIB_TESTS_SETTLETESTRUNNERS_H