Skip to content

Commit 107e7f5

Browse files
committed
Add missing pointer to type
Signed-off-by: Jake Tronge <jtronge@lanl.gov>
1 parent bd949b7 commit 107e7f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ompi/mpi/bindings/ompi_bindings/c_type.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ def parameter(self, enable_count=False, **kwargs):
187187
class TypeOffsetOut(Type):
188188

189189
def type_text(self, enable_count=False):
190-
return 'MPI_Offset'
190+
return 'MPI_Offset *'
191191

192192

193193
@Type.add_type('DOUBLE')

0 commit comments

Comments
 (0)