Skip to content

Commit bb05ddb

Browse files
committed
feat: Update after PR Review (4)
1 parent ba084f2 commit bb05ddb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ansys/dpf/gate/generated/field_definition_capi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,4 +351,4 @@ def dimensionality_get_num_comp_for_object(api_to_use, nature, size, vsize):
351351
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))
352352
if errorSize.value != 0:
353353
raise errors.DPFServerException(sError.value)
354-
return res
354+
return res

0 commit comments

Comments
 (0)