Skip to content

Commit b5d73ff

Browse files
committed
Merged PR 314389: add data tree to mapping types
add data tree to mappign types Related work items: #631235
1 parent a95a977 commit b5d73ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ansys/dpf/core/mapping_types.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
map_types_to_cpp[classes[0]] = _camel_to_snake_case(classes[0])
2323
map_types_to_cpp["str"] = "string"
2424
map_types_to_cpp["MeshedRegion"] = "abstract_meshed_region"
25+
map_types_to_cpp["DataTree"] = "abstract_data_tree"
2526
map_types_to_cpp["list"] = "vector<int32>"
2627
map_types_to_cpp["bool"] = "bool"
2728
map_types_to_cpp["int"] = "int32"

0 commit comments

Comments
 (0)