PROGRAM puf
...
CALL SECOND(FIRST)
...
END PROGRAM
When this program is compilered in ivf9 for windows,it will be a error:unresolved symbol _second@4.
I think it need the source code of "second.f".where can I
get it? or How to replace it?
There is a description:
Thanks!
...
CALL SECOND(FIRST)
...
END PROGRAM
When this program is compilered in ivf9 for windows,it will be a error:unresolved symbol _second@4.
I think it need the source code of "second.f".where can I
get it? or How to replace it?
There is a description:
Thanks!