Skip to content

Commit

Permalink
Add missing fypp imports for mpi and serial (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
jubich authored Oct 17, 2024
1 parent 7d9684c commit fd3b060
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/fortuno_mpi.fypp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

#! Imports the prerequisites needed by the macro definitions in this file
#:def FORTUNO_MPI_IMPORTS()
use fortuno_mpi, only : mpi_case_item, mpi_check, mpi_failed
use fortuno_mpi, only : mpi_case_item, mpi_check, mpi_check_failed, mpi_failed
#:enddef


Expand Down
2 changes: 1 addition & 1 deletion include/fortuno_serial.fypp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

#! Imports the prerequisites needed by the macro definitions in this file
#:def FORTUNO_SERIAL_IMPORTS()
use fortuno_serial, only : serial_case_item, serial_check, serial_failed
use fortuno_serial, only : serial_case_item, serial_check, serial_check_failed, serial_failed
#:enddef


Expand Down

0 comments on commit fd3b060

Please sign in to comment.