comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Readf
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
Readf [message #70210] Fri, 19 March 2010 04:51
Thibault Garel is currently offline  Thibault Garel
Messages: 55
Registered: October 2009
Member
Hi,

i have written a file in fortran this way:

write(444,'(e14.6,1x,e14.6,1x,e14.6)',advance='yes') A, B, C

where A has a value of 2.10^60 and the other ones 0.0000000

The file is printed correctly but when i want to read it with IDL:

readf,11,format='(e14.6,1x,e14.6,1x,e14.6)', A, B, C

It displays Inf for A and 0.0000000 for B and C.

However, it is the same format I don't understand why it prints Inf
for A ( even if i initialize A = 0.d0)

If somebody could help, it would really help me !
Thanks
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Re: Hidden Markov Model using IDL
Next Topic: readf,1,format= ......

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Wed Oct 08 14:00:04 PDT 2025

Total time taken to generate the page: 0.00254 seconds