We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae9a018 commit b0ce516Copy full SHA for b0ce516
1 file changed
Common/include/option_structure.hpp
@@ -1195,7 +1195,7 @@ enum class LM_OPTIONS {
1195
MEDIDA_BAEDER,/*!< \brief Kind of transition correlation model (Medida-Baeder). */
1196
MEDIDA, /*!< \brief Kind of transition correlation model (Medida). */
1197
MENTER_LANGTRY, /*!< \brief Kind of transition correlation model (Menter-Langtry). */
1198
- DEFAULT /*!< \brief Kind of transition correlation model (Menter-Langtry if SST, MALAN if SA). */```
+ DEFAULT /*!< \brief Kind of transition correlation model (Menter-Langtry if SST, MALAN if SA). */
1199
};
1200
1201
static const MapType<std::string, LM_OPTIONS> LM_Options_Map = {
0 commit comments