[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[TRNSYS-users] Error: A non-optional actual argument
Dear All,
How can I solve the following problem in Intel Visual Fortran 10.1?
Error 1 Error: A non-optional actual argument must be present when
invoking a procedure with an explicit interface.
This happens when I call a TYPE such as:
CALL TYPE234(TIME,TIN,TOUT,TT,DTDT,PAR,INFO,ICNTRL)
When I added the last argument (*), the following error message
appeared:
Error: Syntax error, found ')' when expecting one of: <INTEGER_CONSTANT>
<POUND_VAL> <INTEGER_KIND_CON> <POUND_BASE> C:\Program
Files\Trnsys16_1\MyCodes\Types\Type234.for 245
And when I added:
CALL TYPE234(TIME,TIN,TOUT,TT,DTDT,PAR,INFO,ICNTRL,*12)
12 CONTINUE
The following error appeared:
Error 14 Error: The storage extent of the dummy argument exceeds
that of the actual argument. [TIN]
C:\Program Files\Trnsys16_1\MyCodes\Types\Type234.for 245
Has anyone developed "Workspace" (Solution) for IVF 10.1 ?
Regards,
ehalawa