3 ! PR 43896: [fortran-dev Regression] ICE in gfc_conv_variable, at fortran/trans-expr.c:551
5 ! Contributed by Fran Martinez Fadrique <fmartinez@gmv.com>
7 module m_rotation_matrix
11 procedure :: array => rotation_matrix_array
16 function rotation_matrix_array( rot ) result(array)
17 class(t_rotation_matrix) :: rot
18 double precision, dimension(3,3) :: array