3 ! PR 41070: [4.5 Regression] Error: Components of structure constructor '' at (1) are PRIVATE
5 ! Contributed by Michael Richmond <michael.a.richmond@nasa.gov>
12 END TYPE one_parameter
14 TYPE :: the_distribution
16 END TYPE the_distribution
18 TYPE (the_distribution
), PARAMETER :: the_beta
= the_distribution('cdf_beta')
19 END MODULE cdf_aux_mod
24 CALL check_complements(the_beta
%name
)
25 END SUBROUTINE cdf_beta