We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45d1a6d commit 057bd32Copy full SHA for 057bd32
src/ansys/dpf/core/outputs.py
@@ -56,6 +56,8 @@ def get_data(self):
56
type_output = types.vec_double
57
elif type_output == "vector<int32>":
58
type_output = types.vec_int
59
+ elif type_output == "int32":
60
+ type_output = types.int
61
62
type_output_derive_class = self._spec.name_derived_class
63
0 commit comments