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 177e600 commit d259308Copy full SHA for d259308
ompi/mpi/bindings/ompi_bindings/c_type.py
@@ -1389,7 +1389,7 @@ def init_code(self):
1389
code.append('}')
1390
code.append('helper->user_copy_fn = copy_fn;')
1391
code.append('helper->user_extra_state = extra_state;')
1392
- code.append('extra_state = helper->user_extra_state;')
+ code.append('extra_state = helper;')
1393
return code
1394
1395
# TODO: This should be generalized to be reused with type and win
0 commit comments