Welcome to iraf.net Thursday, April 25 2024 @ 03:48 PM GMT


 Forum Index > Help Desk > General IRAF New Topic Post Reply
 fitsutil fix
   
srwalton
 03/16/2006 07:30PM (Read 3874 times)  
+----
Newbie

Status: offline


Registered: 12/08/2005
Posts: 2
Hi, all,I just downloaded the fitsutil package and tried to build it. It contains an error: there is a DO loop in imputextf.x where the DO control variable is modified within the loop, which violates the Fortran standard (and this is rejected by the Absoft compiler which I use). Here's a unified diff of the fix I used.--- imputextf.x.bck 2006-03-16 11:27:22.000000000 -0800
+++ imputextf.x 2006-03-16 11:27:22.000000000 -0800
@@ -123,7 +123,8 @@
# Copy the string to the output buffer, marking the
# last blank found.- do op = 1, LEN_HISTSTR {
+ op = 1
+ while (op <= LEN_HISTSTR) {
if (Memc[ln+ip-1] == lf) {
ip=ip+1
}

 
Profile Email Website
 Quote
   
Content generated in: 0.05 seconds
New Topic Post Reply

Normal Topic Normal Topic
Sticky Topic Sticky Topic
Locked Topic Locked Topic
New Post New Post
Sticky Topic W/ New Post Sticky Topic W/ New Post
Locked Topic W/ New Post Locked Topic W/ New Post
View Anonymous Posts 
Anonymous users can post 
Filtered HTML Allowed 
Censored Content 
dog allergies remedies cialis 20 mg chilblain remedies


Privacy Policy
Terms of Use

User Functions

Login