Skip to content

Commit 5e07976

Browse files
authored
Apply suggestions from code review
1 parent 20a20bf commit 5e07976

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Common/include/option_structure.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -936,7 +936,7 @@ inline TURB_FAMILY TurbModelFamily(TURB_MODEL model) {
936936
case TURB_MODEL::NONE:
937937
return TURB_FAMILY::NONE;
938938
case TURB_MODEL::SA:
939-
return TURB_FAMILY::SA;
939+
return TURB_FAMILY::SA;
940940
case TURB_MODEL::SST:
941941
return TURB_FAMILY::KW;
942942
}

SU2_CFD/include/numerics/turbulent/turb_sources.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ class CSourceBase_TurbSA : public CNumerics {
7171
su2double Jacobian_Buffer; /*!< \brief Static storage for the Jacobian (which needs to be pointer for return type). */
7272

7373
const FlowIndices idx; /*!< \brief Object to manage the access to the flow primitives. */
74-
const SA_ParsedOptions options; /*!< \brief . */
74+
const SA_ParsedOptions options; /*!< \brief Struct with SA options. */
7575

7676
public:
7777
/*!

TestCases/transition/Schubauer_Klebanoff/transitional_BC_model_ConfigFile.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
% Case description: Schubauer-Klebanoff Flat Plate Natural Transition %
55
% Author: Samet Cakmakcioglu %
66
% Institution: TOBB University of Economics and Technology %
7-
% TAI-TUSAS Turkish Aerospace Industries %
7+
% TAI-TUSAS Turkish Aerospace Industries %
88
% Date: Oct 10th, 2016 %
99
% File Version 7.3.1 "Blackbird" %
1010
% %

0 commit comments

Comments
 (0)