Skip to content

Commit 787c7ea

Browse files
committed
Changed TNE2 comment to NEMO
1 parent 6f7d79f commit 787c7ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Common/include/option_structure.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -840,7 +840,7 @@ enum ENUM_UPWIND {
840840
LAX_FRIEDRICH = 15, /*!< \brief Lax-Friedrich numerical method. */
841841
AUSMPLUSUP = 16, /*!< \brief AUSM+ -up numerical method (All Speed) */
842842
AUSMPLUSUP2 = 17, /*!< \brief AUSM+ -up2 numerical method (All Speed) */
843-
AUSMPWPLUS = 18, /*!< \brief AUSMplus numerical method. (MAYBE for TNE2 ONLY)*/
843+
AUSMPWPLUS = 18, /*!< \brief AUSMplus numerical method. (NEMO only)*/
844844
AUSMPLUSM = 19 /*!< \brief AUSM+M numerical method. (NEMO only)*/
845845
};
846846
static const MapType<std::string, ENUM_UPWIND> Upwind_Map = {

0 commit comments

Comments
 (0)