We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8a76fe commit 5d90c34Copy full SHA for 5d90c34
1 file changed
Common/include/CConfig.hpp
@@ -5973,8 +5973,8 @@ class CConfig {
5973
* \brief Set the rotation rate of the marker.
5974
* \param[in] iMarkerMoving - Index of the moving marker (as specified in Marker_Moving)
5975
* \param[in] iDim - spatial component
5976
- * \param[in] val - Rotational velocity
5977
-
+ * \param[in] val - Rotational velocity
+
5978
*/
5979
void SetMarkerRotation_Rate(unsigned short iMarkerMoving, unsigned short iDim, su2double val) const { MarkerRotation_Rate[3*iMarkerMoving + iDim] = val;}
5980
0 commit comments