Re: fortran95 error
- From: mecej4 <mecej4@xxxxxxxxxxxxx>
- Date: Fri, 31 Aug 2007 15:40:41 -0500
ron wrote:
On Aug 31, 6:28 pm, "Dr Ivan D. Reid" <Ivan.R...@xxxxxxxxxxxx> wrote:Plato is just an IDE/front end; the compiler is the Salford F95 or Salford F77 compiler.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 stuckYou should tell us details of operating system and compiler version
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..
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)
As you have been already told, show us the code, or at least the lines that generate the compiler error messages. For instance, if "MYSUB" is the name of your subroutine, show all the lines in your source code that contain "MYSUB" in upper case, lower case or mixed case.
-- mecej4
.
- References:
- fortran95 error
- From: ron
- Re: fortran95 error
- From: Dr Ivan D. Reid
- Re: fortran95 error
- From: ron
- fortran95 error
- Prev by Date: Re: Error LNK2019
- Next by Date: Re: Least sq. polynom. approximation
- Previous by thread: Re: fortran95 error
- Next by thread: fortran95 error
- Index(es):
Relevant Pages
|