Skip to content

Commit a9bc5dc

Browse files
Update Common/include/option_structure.hpp
Co-authored-by: Pedro Gomes <[email protected]>
1 parent 09ab65d commit a9bc5dc

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
@@ -1838,7 +1838,7 @@ static const MapType<std::string, RIEMANN_TYPE> Giles_Map = {
18381838
/*!
18391839
* \brief Types of wall species boundary conditions.
18401840
*/
1841-
enum WALL_SPECIES_TYPE {
1841+
enum class WALL_SPECIES_TYPE {
18421842
WALL_SPECIES_FLUX = 1, /*!< \brief Neumann flux boundary condition for wall species. */
18431843
WALL_SPECIES_VALUE = 2 /*!< \brief Dirichlet value boundary condition for wall species. */
18441844
};

0 commit comments

Comments
 (0)