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

problem:the actual-argument in the call statement is not defined

faith165
Beginner
251 Views
I have a question:
In the program below,I want to return array [dat(npoin,3) ],and the argument 'npoin' also needreturn to allocate the actual array dat(npoin,3).So in this case,the actual-argument in the call statement is not decided,and then error appears.
What should I do to solve this problem?

0 Kudos
1 Reply
Steven_L_Intel1
Employee
251 Views
Your program did not appear here - please post it again.
0 Kudos
Reply