Quantcast
Channel: Intel® Fortran Compiler
Viewing all articles
Browse latest Browse all 3270

Polymorphic Variable Detecting Arrays

$
0
0

Is it possible for an unlimited polymorphic variable to detecd an array.

 

subroutine test (tn)
  class (*), Intent (Out) :: tn

  Select type (tn)

  Type Is (Integer, dimension(:))
    tn = 3

  End Select

end subroutine

 


Viewing all articles
Browse latest Browse all 3270

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>