Skip to content

Commit bd949b7

Browse files
committed
Fix MPI_Offset type
Signed-off-by: Jake Tronge <jtronge@lanl.gov>
1 parent 01fa44e commit bd949b7

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 *{self.name}'
190+
return 'MPI_Offset'
191191

192192

193193
@Type.add_type('DOUBLE')

0 commit comments

Comments
 (0)