IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 3, 2013, 2:08:28 PM (13 years ago)
Author:
eugene
Message:

add some init functions for tables and matrices

File:
1 edited

Legend:

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

    r15487 r35756  
    1818  header[0].Naxes  = 0;
    1919  header[0].buffer = NULL;
    20   for (i = 0; i < FT_MAX_NAXES; i++)
    21     header[0].Naxis[i] = 0;
     20  for (i = 0; i < FT_MAX_NAXES; i++) header[0].Naxis[i] = 0;
     21  header[0].datasize = 0;
    2222
    2323  return (TRUE);
Note: See TracChangeset for help on using the changeset viewer.