Skip to content

Commit fbbc6ee

Browse files
committed
Return to previous commit, last one was giving problems
1 parent 2dbe2d1 commit fbbc6ee

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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 class TRANSCOEFFMODEL {
544-
WILKE,
545-
GUPTAYOS,
546-
CHAPMANN_ENSKOG
543+
enum ENUM_TRANSCOEFFMODEL {
544+
WILKE = 0,
545+
GUPTAYOS = 1,
546+
CHAPMANN_ENSKOG = 2
547547
};
548548
static const MapType<std::string, ENUM_TRANSCOEFFMODEL> TransCoeffModel_Map = {
549549
MakePair("WILKE", WILKE)

0 commit comments

Comments
 (0)