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

Internal subroutines in drop down list

M__Ghadamyari
Beginner
365 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
365 Views

I'll pass that suggestion on to the developers.

0 Kudos
Reply