Skip to content

Commit

Permalink
temporary: turn on verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
perazz committed Dec 13, 2023
1 parent e00845b commit 218f714
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 @@ -103,7 +103,7 @@ module fpm_meta
public :: MPI_TYPE_NAME

!> Debugging information
logical, parameter, private :: verbose = .false.
logical, parameter, private :: verbose = .true.

integer, parameter, private :: LANG_FORTRAN = 1
integer, parameter, private :: LANG_C = 2
Expand Down

0 comments on commit 218f714

Please sign in to comment.