Skip to content

Commit

Permalink
feat: Update after PR Review (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
a-bouth committed Dec 13, 2024
1 parent 0c06eab commit adf46c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ansys/dpf/gate/generated/field_definition_capi.py
Original file line number Diff line number Diff line change
Expand Up @@ -351,4 +351,5 @@ def dimensionality_get_num_comp_for_object(api_to_use, nature, size, vsize):
res = capi.dll.Dimensionality_GetNumComp_for_object(api_to_use._internal_obj if api_to_use is not None else None, utils.to_int32(nature), utils.to_int32_ptr(size), utils.to_int32(vsize), ctypes.byref(utils.to_int32(errorSize)), ctypes.byref(sError))
if errorSize.value != 0:
raise errors.DPFServerException(sError.value)
return res
return res

0 comments on commit adf46c5

Please sign in to comment.