IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 21, 2007, 2:10:20 PM (19 years ago)
Author:
eugene
Message:

convert str_to_time and related functions to ohana_...; various cleanups for -Wall -Werror

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/libkapa/src/KiiPicture.c

    r14500 r14590  
    33int KiiNewPicture1D (int fd, KiiImage *image, KapaImageData *data, Coords *coords) {
    44
    5   int i;
    6   int Npix, Ncolors, NNcolors, size;
     5  int Npix, Ncolors, size;
    76  float *in, min, max;
    8   char *out, *outbuffer;
    9   double a1, a2;
    107
    118  Npix = image[0].Nx*image[0].Ny;
Note: See TracChangeset for help on using the changeset viewer.