Skip to content

Commit a72bfdf

Browse files
PProfizijvidalor
authored andcommitted
update generated code
1 parent 238d9f0 commit a72bfdf

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ def csproperty_field_new(numEntities, data_size):
4747
def csproperty_field_new_location(numEntities, data_size, location):
4848
raise NotImplementedError
4949

50+
<<<<<<< HEAD
51+
=======
52+
@staticmethod
53+
>>>>>>> 9e1687ce7 (update generated code)
5054
def csproperty_field_new_with_transformation(numEntities, data_size, wf, input_name, output_name):
5155
raise NotImplementedError
5256

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -92,14 +92,6 @@ def csproperty_field_new(numEntities, data_size):
9292
return res
9393

9494
@staticmethod
95-
def csproperty_field_new_location(numEntities, data_size, location):
96-
errorSize = ctypes.c_int(0)
97-
sError = ctypes.c_wchar_p()
98-
res = capi.dll.CSPropertyField_new_location(utils.to_int32(numEntities), utils.to_int32(data_size), utils.to_char_ptr(location), ctypes.byref(utils.to_int32(errorSize)), ctypes.byref(sError))
99-
if errorSize.value != 0:
100-
raise errors.DPFServerException(sError.value)
101-
return res
102-
10395
def csproperty_field_new_with_transformation(numEntities, data_size, wf, input_name, output_name):
10496
errorSize = ctypes.c_int(0)
10597
sError = ctypes.c_wchar_p()

0 commit comments

Comments
 (0)