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

Fix warning

parent 38f902f3
No related branches found
No related tags found
1 merge request!11Feature/mpi
...@@ -28,6 +28,7 @@ std::string_view name(const CellType& cell_type) ...@@ -28,6 +28,7 @@ std::string_view name(const CellType& cell_type)
case CellType::Pyramid: return "pyramid"; case CellType::Pyramid: return "pyramid";
case CellType::Prism: return "prism"; case CellType::Prism: return "prism";
case CellType::Hexahedron: return "hexahedron"; case CellType::Hexahedron: return "hexahedron";
default: return "unknown cell type";
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment