Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
perazz committed Dec 13, 2023
1 parent 48b9191 commit 63e0554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fpm_meta.f90
Original file line number Diff line number Diff line change
Expand Up @@ -1600,7 +1600,7 @@ type(string_t) function mpi_wrapper_query(mpilib,wrapper,command,verbose,error)

end function mpi_wrapper_query

!> Check if input is a linking argument
!> Check if input is a useful linker argument
logical function is_link_argument(compiler,string)
type(compiler_t), intent(in) :: compiler
character(*), intent(in) :: string
Expand Down

0 comments on commit 63e0554

Please sign in to comment.