Pop-Up Thingie
Sidebar
>>> Magnum BBS <<<
Home
Forum
Files
Dark
Log in
Username
Password
Sidebar
Forum
Usenet
COMP.LANG.FORTRAN
Re: Curious problem with an interface block (conversion of old code)fun
From
John
@21:1/5 to
All
on Wed Oct 12 07:44:30 2022
43 | function dexp( x )
| 1
Error: Symbol ‘dexp’ at (1) already has an explicit interface
Using dp before the import does seem to be conflating it. Get a nice message if routine is instead
function dexp( x )
import :: dp
real(kind=dp), intent(in) :: x
real(kind=dp) :: dexp
end function dexp
--- SoupGate-Win32 v1.05
* Origin: fsxNet Usenet Gateway (21:1/5)
Who's Online
Recent Visitors
Ginger1
Sun Feb 5 19:42:29 2023
from
London
via
Telnet
Ginger1
Sun Feb 5 19:35:43 2023
from
London
via
Telnet
Mainichi
Sun Feb 5 19:25:57 2023
from
Nottingham,nottinghamshire
via
Telnet
Mainichi
Sun Feb 5 19:23:40 2023
from
Nottingham,nottinghamshire
via
Telnet
System Info
Sysop:
Keyop
Location:
Huddersfield, West Yorkshire, UK
Users:
159
Nodes:
16 (
0
/
16
)
Uptime:
98:39:17
Calls:
3,209
Files:
10,563
Messages:
3,009,783