IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 5, 2006, 5:44:26 PM (20 years ago)
Author:
eugene
Message:

big move: fits_ to gfits_; minor updates to relphot

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/kii/picture/NewPicture.c

    r5852 r7080  
    2424  KiiScanMessage (socket, "%s %s %s", layout[0].coords.ctype, layout[0].file, layout[0].buffer_name);
    2525
    26   fits_free_matrix (&layout[0].matrix);
    27   fits_create_matrix (&header, &layout[0].matrix);
     26  gfits_free_matrix (&layout[0].matrix);
     27  gfits_create_matrix (&header, &layout[0].matrix);
    2828
    2929  fcntl (socket, F_SETFL, O_NONBLOCK); 
Note: See TracChangeset for help on using the changeset viewer.