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

Home » Public Forums » archive » Trouble reading unformatted f77 (unix) integers?
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: Trouble reading unformatted f77 (unix) integers? [message #4246 is a reply to message #4158] Wed, 10 May 1995 00:00 Go to previous messageGo to previous message
Brett Hennig is currently offline  Brett Hennig
Messages: 3
Registered: May 1995
Junior Member
thanks to davidf@alpha.pr1.k12.co.us (David Fanning) for replying.
it was another easy problem:

The problem here is that IDL integers (x=0) are two byte integers
and your Fortran integers are four byte integers.
Initialize your variables like this:

x=0L & y=0L & z=0L
and it worked!
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: Re: Trouble reading unformatted f77 (unix) integers?
Next Topic: Re: Zeiger in IDL

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

Current Time: Wed Oct 08 17:23:32 PDT 2025

Total time taken to generate the page: 0.00402 seconds