floor mesh
This commit is contained in:
parent
c60379d898
commit
2e38b711f3
|
|
@ -880,6 +880,8 @@ string_cs_type(const string &strval) {
|
|||
return CST_inv_sphere;
|
||||
} else if (cmp_nocase_uh(strval, "tube") == 0) {
|
||||
return CST_tube;
|
||||
} else if (cmp_nocase_uh(strval, "floor-mesh") == 0) {
|
||||
return CST_floor_mesh;
|
||||
} else {
|
||||
return CST_none;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue