Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
29280 Discussions

Internal subroutines in drop down list

M__Ghadamyari
Beginner
376 Views

Hello,

I've used INTERNAL SUBROUTINES in my Fortran code:

PROGRAM prog

<...>
CALL internal1

CONTAINS

SUBROUTINE internal1
< ...>
END SUBROUTINE internal1

END PROGRAM prog

INTEL VISUAL FORTRAN only shows external subroutines in the drop down list above the text editor. Is it possible to show internal subroutines there too? (see attached picture)

 

0 Kudos
1 Reply
Steven_L_Intel1
Employee
376 Views

I'll pass that suggestion on to the developers.

0 Kudos
Reply