Skip to content

Commit 057bd32

Browse files
authored
Map int32 operator output to int (#1295)
1 parent 45d1a6d commit 057bd32

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ansys/dpf/core/outputs.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ def get_data(self):
5656
type_output = types.vec_double
5757
elif type_output == "vector<int32>":
5858
type_output = types.vec_int
59+
elif type_output == "int32":
60+
type_output = types.int
5961

6062
type_output_derive_class = self._spec.name_derived_class
6163

0 commit comments

Comments
 (0)