Skip to content

Commit 0cb5dfe

Browse files
committed
fortran: Correct predefined datatype named constants.
1 parent ad3b590 commit 0cb5dfe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ompi/include/mpif-values.pl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -168,14 +168,14 @@ sub write_file {
168168
$handles->{MPI_LONG_DOUBLE} = 47;
169169
$handles->{MPI_FLOAT_INT} = 48;
170170
$handles->{MPI_DOUBLE_INT} = 49;
171-
$handles->{MPI_LONGDBL_INT} = 50;
171+
$handles->{MPI_LONG_DOUBLE_INT} = 50;
172172
$handles->{MPI_LONG_INT} = 51;
173173
$handles->{MPI_2INT} = 52;
174174
$handles->{MPI_SHORT_INT} = 53;
175175
$handles->{MPI_CXX_BOOL} = 54;
176-
$handles->{MPI_CXX_CPLEX} = 55;
177-
$handles->{MPI_CXX_DBLCPLEX} = 56;
178-
$handles->{MPI_CXX_LDBLCPLEX} = 57;
176+
$handles->{MPI_CXX_COMPLEX} = 55;
177+
$handles->{MPI_CXX_DOUBLE_COMPLEX} = 56;
178+
$handles->{MPI_CXX_LONG_DOUBLE_COMPLEX} = 57;
179179
$handles->{MPI_INT8_T} = 58;
180180
$handles->{MPI_UINT8_T} = 59;
181181
$handles->{MPI_INT16_T} = 60;

0 commit comments

Comments
 (0)