Skip to content

Commit 017d3f9

Browse files
committed
fortran bindings: correctly handle opal_debug
Signed-off-by: Howard Pritchard <howardp@lanl.gov>
1 parent 5d9a887 commit 017d3f9

File tree

1 file changed

+1
-1
lines changed
  • ompi/mpi/fortran/use-mpi-f08/base

1 file changed

+1
-1
lines changed

ompi/mpi/fortran/use-mpi-f08/base/ts.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ int ompi_ts_create_datatype(CFI_cdesc_t *cdesc, int oldcount, MPI_Datatype oldty
2828
int extent;
2929
int i, j;
3030

31-
#ifdef OPAL_ENABLE_DEBUG
31+
#if OPAL_ENABLE_DEBUG
3232
{
3333
size_t size;
3434
assert(cdesc->rank <= MAX_RANK);

0 commit comments

Comments
 (0)