Skip to content
Snippets Groups Projects
Commit 41bb3984 authored by Stéphane Del Pino's avatar Stéphane Del Pino
Browse files

Initialize enum value

parent 33dafba0
No related branches found
No related tags found
1 merge request!11Feature/mpi
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
enum class CellType : unsigned short enum class CellType : unsigned short
{ {
Line, Line = 0,
Triangle, Triangle,
Quadrangle, Quadrangle,
...@@ -14,4 +14,6 @@ enum class CellType : unsigned short ...@@ -14,4 +14,6 @@ enum class CellType : unsigned short
Hexahedron Hexahedron
}; };
#endif // CELL_TYPE_HPP #endif // CELL_TYPE_HPP
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment