Skip to content

Commit c112e6f

Browse files
committed
use allocatable
1 parent 86653e6 commit c112e6f

File tree

1 file changed

+1
-2
lines changed
  • example_packages/features_per_compiler/app

1 file changed

+1
-2
lines changed

example_packages/features_per_compiler/app/main.f90

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ program main
22
use iso_fortran_env, only: compiler_options
33
implicit none
44

5-
character(len=:), allocatable :: options_str
6-
character(len=20) :: detected_compiler
5+
character(len=:), allocatable :: options_str,detected_compiler
76
logical :: debug_active, release_active, verbose_active, fast_active, strict_active
87
logical :: all_checks_passed
98
integer :: failed_checks

0 commit comments

Comments
 (0)