Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

type Bound procedure

abhimodak
New Contributor I
340 Views
Hi

Is there (currently) anyway of having type bound procedure considering full F2003 is not 'yet' available?

Abhi
0 Kudos
1 Reply
Steven_L_Intel1
Employee
340 Views
Not using the F2003 syntax. You can fake it with "Cray pointers", though. Something like the attached.
0 Kudos
Reply