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

Error: A dummy argument name is invalid in this context.

Crystal_H_
Beginner
1,795 Views

I'm now working on a project which is writing a DLL with Compaq Visual Fortran 6.6. 

This is my subroutine:

subroutine galfit(Temp,freqnom,molmass,m,nl,n,delnuD,parm,z0,base_offset,base_slope,dxx,gexp,xx,rn,parm1,ldfjac,lwa,info)

When I write this one into the program:

common xx(npts),gexp(npts),numfft,xmax,z,t,nl

The compile will reminder me that there is a error:

Error: A dummy argument name is invalid in this context.   [XX]

Error: A dummy argument name is invalid in this context.   [GEXP]

Error: A dummy argument name is invalid in this context.   [NL]

I have no idea on the solution of this problem, please give me some help. Thanks a lot!

0 Kudos
0 Replies
Reply