Re: fortran95 error
- From: "Dr Ivan D. Reid" <Ivan.Reid@xxxxxxxxxxxx>
- Date: Fri, 31 Aug 2007 17:28:01 +0000 (UTC)
On Fri, 31 Aug 2007 10:01:26 -0700, ron <jelaimartra73@xxxxxxxxx>
wrote in <1188579686.746611.95940@xxxxxxxxxxxxxxxxxxxxxxxxxxx>:
I would like to seek your opinion on my program error that I stuck
right now.The
error is " attempt to call a subroutine as if it were a real (kind=1)
function"
and I dont really understand what it means since I just started to
learn it.Can
you advice me on this matter..
You should tell us details of operating system and compiler version
for best help. At a guess you are using a subroutine like:
x = subrt (y,z)
instead of
call subrt(y,z)
or perhaps you've mislabelled a function
subroutine funct(a,b)
when you meant
real function funct(a,b)
--
Ivan Reid, School of Engineering & Design, _____________ CMS Collaboration,
Brunel University. Ivan.Reid@[brunel.ac.uk|cern.ch] Room 40-1-B12, CERN
KotPT -- "for stupidity above and beyond the call of duty".
.
- Follow-Ups:
- Re: fortran95 error
- From: ron
- Re: fortran95 error
- References:
- fortran95 error
- From: ron
- fortran95 error
- Prev by Date: fortran95 error
- Next by Date: Re: fortran95 error
- Previous by thread: fortran95 error
- Next by thread: Re: fortran95 error
- Index(es):
Relevant Pages
|