Re: fortran95 error
- From: ron <jelaimartra73@xxxxxxxxx>
- Date: Fri, 31 Aug 2007 10:48:33 -0700
On Aug 31, 6:28 pm, "Dr Ivan D. Reid" <Ivan.R...@xxxxxxxxxxxx> wrote:
On Fri, 31 Aug 2007 10:01:26 -0700, ron <jelaimartr...@xxxxxxxxx>
wrote in <1188579686.746611.95...@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".
i'm using Plato3 wersion 3.30 (silverfrost lmt 2007)
.
- Follow-Ups:
- Re: fortran95 error
- From: mecej4
- Re: fortran95 error
- From: dpb
- Re: fortran95 error
- References:
- fortran95 error
- From: ron
- Re: fortran95 error
- From: Dr Ivan D. Reid
- fortran95 error
- Prev by Date: Re: fortran95 error
- Next by Date: Re: Error LNK2019
- Previous by thread: Re: fortran95 error
- Next by thread: Re: fortran95 error
- Index(es):
Relevant Pages
|