Skip to content
Snippets Groups Projects
Commit 40cd50f2 authored by Norihiro Watanabe's avatar Norihiro Watanabe Committed by Dmitri Naumov
Browse files

add CellType2String()

parent 904e6ee6
No related branches found
No related tags found
No related merge requests found
...@@ -113,6 +113,7 @@ const std::string CellType2String(const CellType t) ...@@ -113,6 +113,7 @@ const std::string CellType2String(const CellType t)
RETURN_CELL_TYPE_STR(t, PRISM6); RETURN_CELL_TYPE_STR(t, PRISM6);
RETURN_CELL_TYPE_STR(t, PRISM15); RETURN_CELL_TYPE_STR(t, PRISM15);
RETURN_CELL_TYPE_STR(t, PYRAMID5); RETURN_CELL_TYPE_STR(t, PYRAMID5);
RETURN_CELL_TYPE_STR(t, PYRAMID13);
return "none"; return "none";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment