Skip to content

Commit 5d90c34

Browse files
committed
i hope the test will pass
1 parent f8a76fe commit 5d90c34

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Common/include/CConfig.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5973,8 +5973,8 @@ class CConfig {
59735973
* \brief Set the rotation rate of the marker.
59745974
* \param[in] iMarkerMoving - Index of the moving marker (as specified in Marker_Moving)
59755975
* \param[in] iDim - spatial component
5976-
* \param[in] val - Rotational velocity
5977-
5976+
* \param[in] val - Rotational velocity
5977+
59785978
*/
59795979
void SetMarkerRotation_Rate(unsigned short iMarkerMoving, unsigned short iDim, su2double val) const { MarkerRotation_Rate[3*iMarkerMoving + iDim] = val;}
59805980

0 commit comments

Comments
 (0)