Skip to content

Commit

Permalink
Add macro to skip private statements
Browse files Browse the repository at this point in the history
  • Loading branch information
hiromatsui committed Oct 18, 2024
1 parent b88001f commit 54b56ae
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,10 @@ module write_pick_sph_spectr_data
!
implicit none
!
#ifdef ZLIB_IO
private :: gz_write_picked_spec_data
#endif
!
private :: dup_pick_sph_file_header_base
!
! -----------------------------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@ module gz_layer_spectr_monitor_IO
!
implicit none
!
#ifdef ZLIB_IO
private :: gz_write_layer_spectr_monitor
#endif
!
! -----------------------------------------------------------------------
!
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ module gz_volume_spectr_monitor_IO
!
implicit none
!
#ifdef ZLIB_IO
private :: gz_write_volume_spectr_monitor
#endif
!
! -----------------------------------------------------------------------
!
Expand Down

0 comments on commit 54b56ae

Please sign in to comment.