diff --git a/src/ansys/dpf/core/outputs.py b/src/ansys/dpf/core/outputs.py index 610f7bd67a..9034fc1eaa 100644 --- a/src/ansys/dpf/core/outputs.py +++ b/src/ansys/dpf/core/outputs.py @@ -56,6 +56,8 @@ def get_data(self): type_output = types.vec_double elif type_output == "vector": type_output = types.vec_int + elif type_output == "int32": + type_output = types.int type_output_derive_class = self._spec.name_derived_class