Skip to content

Commit b0ce516

Browse files
author
rois1995
committed
Solving Compilation errors
1 parent ae9a018 commit b0ce516

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Common/include/option_structure.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1195,7 +1195,7 @@ enum class LM_OPTIONS {
11951195
MEDIDA_BAEDER,/*!< \brief Kind of transition correlation model (Medida-Baeder). */
11961196
MEDIDA, /*!< \brief Kind of transition correlation model (Medida). */
11971197
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). */```
1198+
DEFAULT /*!< \brief Kind of transition correlation model (Menter-Langtry if SST, MALAN if SA). */
11991199
};
12001200

12011201
static const MapType<std::string, LM_OPTIONS> LM_Options_Map = {

0 commit comments

Comments
 (0)