IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 16, 2007, 5:10:27 PM (19 years ago)
Author:
jhoblitt
Message:

VERSION 1.1.26

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippdb/src/ippdb.h

    r14169 r14252  
    49624962typedef struct {
    49634963    psS64           diff_id;
     4964    bool            template;
     4965    psS64           stack_id;
    49644966    psS64           warp_id;
    49654967    char            *skycell_id;
    49664968    char            *tess_id;
    49674969    char            *kind;
    4968     bool            template;
    49694970} diffInputSkyfileRow;
    49704971
     
    49764977diffInputSkyfileRow *diffInputSkyfileRowAlloc(
    49774978    psS64           diff_id,
     4979    bool            template,
     4980    psS64           stack_id,
    49784981    psS64           warp_id,
    49794982    const char      *skycell_id,
    49804983    const char      *tess_id,
    4981     const char      *kind,
    4982     bool            template
     4984    const char      *kind
    49834985);
    49844986
     
    50115013    psDB            *dbh,               ///< Database handle
    50125014    psS64           diff_id,
     5015    bool            template,
     5016    psS64           stack_id,
    50135017    psS64           warp_id,
    50145018    const char      *skycell_id,
    50155019    const char      *tess_id,
    5016     const char      *kind,
    5017     bool            template
     5020    const char      *kind
    50185021);
    50195022
Note: See TracChangeset for help on using the changeset viewer.