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

Module procedures

kolber__Michael
New Contributor I
302 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 I
302 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
302 Views

Ok now.  Solved my own problem.

0 Kudos
Reply