Skip to content

Commit

Permalink
Fix definition of MPINTLONG
Browse files Browse the repository at this point in the history
  • Loading branch information
william-dawson committed Apr 2, 2024
1 parent b1ca2f5 commit a1f30af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Fortran/DataTypesModule.F90
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ MODULE DataTypesModule
!> MPI Integer type we will use in this program.
INTEGER, PARAMETER, PUBLIC :: MPINTINTEGER = MPI_INTEGER
!> MPI Integer type we will use in this program.
INTEGER, PARAMETER, PUBLIC :: MPINTLONG = MPI_INTEGER8
INTEGER, PARAMETER, PUBLIC :: MPINTLONG = MPI_INTEGER4
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
END MODULE DataTypesModule

0 comments on commit a1f30af

Please sign in to comment.