We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de20b97 commit 7e059d1Copy full SHA for 7e059d1
src/dynamics/mpas/driver/dyn_mpas_subdriver.F90
@@ -12,7 +12,7 @@ module dyn_mpas_subdriver
12
! Modules from external libraries.
13
#ifdef MPAS_USE_MPI_F08
14
use mpi_f08, only: mpi_comm_null, mpi_comm_rank, mpi_success, &
15
- mpi_comm_type => mpi_comm, operator(==), operator(/=)
+ mpi_comm_type => mpi_comm, operator(==)
16
#else
17
use mpi, only: mpi_comm_null, mpi_comm_rank, mpi_success
18
#endif
0 commit comments