You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SUBROUTINE set_field(fld, val)
implicit none
type(field_type), INTENT(out) :: fld
real, INTENT(in) :: val
select type(fld)
type is (r2d_field)
fld%data = val
class default
end select
END SUBROUTINE set_field
tmp.f90:6:5: sorry: SELECT TYPE statement not supported
The text was updated successfully, but these errors were encountered:
metbosch
added a commit
to bsc-pm-ompss-at-fpga/mcxx
that referenced
this issue
Nov 23, 2020
The text was updated successfully, but these errors were encountered: