Skip to content

Commit b513aab

Browse files
committed
Adapt comments.
1 parent d961785 commit b513aab

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
@@ -1077,8 +1077,8 @@ class CConfig {
10771077
default_jst_adj_coeff[2], /*!< \brief Default artificial dissipation (adjoint) array for the COption class. */
10781078
default_ad_coeff_heat[2], /*!< \brief Default artificial dissipation (heat) array for the COption class. */
10791079
default_obj_coeff[5], /*!< \brief Default objective array for the COption class. */
1080-
default_mesh_box_length[3], /*!< \brief Default length of the RECTANGLE or BOX grid in the x,y,z directions. */
1081-
default_mesh_box_offset[3], /*!< \brief Default offset from 0.0 of the RECTANGLE or BOX grid in the x,y,z directions. */
1080+
default_mesh_box_length[3], /*!< \brief Default mesh box length for the COption class. */
1081+
default_mesh_box_offset[3], /*!< \brief Default mesh box offset for the COption class. */
10821082
default_geo_loc[2], /*!< \brief Default SU2_GEO section locations array for the COption class. */
10831083
default_distortion[2], /*!< \brief Default SU2_GEO section locations array for the COption class. */
10841084
default_ea_lim[3], /*!< \brief Default equivalent area limit array for the COption class. */

0 commit comments

Comments
 (0)