Skip to content

Commit 6e83a4b

Browse files
committed
remove commented line
1 parent 3d55e82 commit 6e83a4b

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

Common/include/CConfig.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -917,8 +917,6 @@ class CConfig {
917917
bool RampAndRelease; /*!< \brief option for ramp load and release */
918918
bool Sine_Load; /*!< \brief option for sine load */
919919
su2double Thermal_Diffusivity; /*!< \brief Thermal diffusivity used in the heat solver. */
920-
//su2double Cyclic_Pitch, /*!< \brief Cyclic pitch for rotorcraft simulations. */
921-
//Collective_Pitch; /*!< \brief Collective pitch for rotorcraft simulations. */
922920
su2double Mach_Motion; /*!< \brief Mach number based on mesh velocity and freestream quantities. */
923921

924922
su2double Motion_Origin[3] = {0.0}, /*!< \brief Mesh motion origin. */

config_template.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2266,7 +2266,7 @@ EXTRA_HEAT_ZONE_OUTPUT= -1
22662266
% Mesh input file
22672267
MESH_FILENAME= mesh_NACA0012_inv.su2
22682268
%
2269-
% Mesh input file format (SU2, CGNS, RECTANGLE, BOX)
2269+
% Mesh input file format (SU2, CGNS)
22702270
MESH_FORMAT= SU2
22712271
%
22722272
% List of the number of grid points in the RECTANGLE or BOX grid in the x,y,z directions. (default: (33,33,33) ).

0 commit comments

Comments
 (0)