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.

Module procedures

kolber__Michael
New Contributor I
539 Views

I have not found the exact information I am looking for.  I would like to find out if a procedure in a module can call another procedure in the same module.  I am getting a linking error lnk1120 with my code for the file that contains the module where one procedure calls another in the same module.

 

Thanks.

Michael

0 Kudos
2 Replies
Arjen_Markus
Honored Contributor II
539 Views

That should be no problem at all - I do that all the time. Can you show us a (minimal or at least smallish) example of this phenomenon?

0 Kudos
kolber__Michael
New Contributor I
539 Views

Ok now.  Solved my own problem.

0 Kudos
Reply