Skip to content

Commit 2dbe2d1

Browse files
Apply suggestions from code review
Co-authored-by: Pedro Gomes <38071223+pcarruscag@users.noreply.github.com>
1 parent 8450d94 commit 2dbe2d1

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Common/include/option_structure.hpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -540,10 +540,10 @@ MakePair("ONESPECIES", ONESPECIES)
540540
/*!
541541
* \brief types of coefficient transport model
542542
*/
543-
enum ENUM_TRANSCOEFFMODEL {
544-
WILKE = 0,
545-
GUPTAYOS = 1,
546-
CHAPMANN_ENSKOG = 2
543+
enum class TRANSCOEFFMODEL {
544+
WILKE,
545+
GUPTAYOS,
546+
CHAPMANN_ENSKOG
547547
};
548548
static const MapType<std::string, ENUM_TRANSCOEFFMODEL> TransCoeffModel_Map = {
549549
MakePair("WILKE", WILKE)

0 commit comments

Comments
 (0)