Skip to content

Commit

Permalink
Uniformize MPI interface (remove preprocessor #include) (#365)
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-blain authored and apcraig committed Sep 19, 2019
1 parent 3d1a340 commit 2d6710a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cicecore/cicedynB/infrastructure/comm/mpi/ice_reprosum.F90
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ MODULE ice_reprosum
!- include statements --------------------------------------------------
!-----------------------------------------------------------------------
#ifndef SERIAL_REMOVE_MPI
#include <mpif.h>
include 'mpif.h'
#endif

!-----------------------------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ MODULE ice_reprosum
!- include statements --------------------------------------------------
!-----------------------------------------------------------------------
#ifndef SERIAL_REMOVE_MPI
#include <mpif.h>
include 'mpif.h'
#endif

!-----------------------------------------------------------------------
Expand Down

0 comments on commit 2d6710a

Please sign in to comment.