This is the mail archive of the gsl-discuss@sources.redhat.com mailing list for the GSL project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: using GSL from fortran


Brian Gough wrote:

>Christian La Borderie writes:
> > I am trying to use GSL from fortran. I have found how to deal  with 
> > underscores and lowercases and passing a
> > parameter to the C functions from Fortran, but I don't Know how to get 
> > the give the correct value at my fortran variable as
> > the result of the C function
> >
> >   989.7  5.24090719 -1.19015723E-05
> >   999.7  5.24935102  4.67103341E-05
> > 
> > Where is my error ??
>
>The Fortran side of the program is working with single precision
>somewhere (not sure which term).
>
>Brian
>
Thanks all for your answers,

Dr. Keith M. Briggs gave me the trick ...  I forgot

real*8 gsl_sf_lambert_W0


-- 

Christian La Borderie
LaSAGeC / ISA - BTP /UPPA
christian.laborderie@univ-pau.fr
Tel + 33 5 59 57 70 51
Fax + 33 5 59 57 70 02
http://isabtp.univ-pau.fr




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]