IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 2, 2006, 9:08:48 AM (20 years ago)
Author:
eugene
Message:

allowing elixir fits and cfitsio to co-compile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/libfits/header/F_copy_H.c

    r5238 r7039  
    11# include <ohana.h>
    2 # include <fitsio.h>
     2# include <gfitsio.h>
    33
    44/*********************** fits copy header ***********************************/
    5 int fits_copy_header (Header *in, Header *out) {
     5int gfits_copy_header (Header *in, Header *out) {
    66
    77  int i;
     
    2424  return (TRUE);
    2525}       
    26 
    27 
Note: See TracChangeset for help on using the changeset viewer.