- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
how to pass actual argument of complex to a dummy argument of type REAL in windows
intel fortran
following code compiled and runs OK on Linux but won't compile in Windows intel fortran!
intel visual fortran compiler error message:
Error: The type of the actual argument differs from the type of the dummy argument. [TEMP]
//////////////////////
COMPLEX
TEMP(*)...
CALL
MYTEX (TEMP, 2, N1, SIGN, INIT, TAB1, IERR)which was defined as
SUBROUTINE
MYTEX (C, IC, N, IDIR, INIT, RTAB, IERR) REAL C(1); REAL RTAB(1); INTEGER IC, N, IDIR, INIT, IERR, NFFT, NT/////////////////////////////////////////////////////////////////////////////////////////////////////////
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thnaks, Tim18
how do you specify visual fortran to turn off checking when compiling, I am not good
on this visual thing and it just happen to need a quick test of old unix fortran code .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thnaks. I turn off the flag and Visual fortran and now is compiled and linked.
I am running it....
Thanks. Tim18

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page