IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 36361 for trunk/ippTools/share


Ignore:
Timestamp:
Dec 9, 2013, 5:57:29 PM (13 years ago)
Author:
watersc1
Message:

Changes to add a revert to the stackSummary table:

  • stacktool_revertsummary.sql
  • Makefile.am
  • stacktool.c %.h %Config.c

Typo fix:

  • stacktool_addsummary.sql

Remove default to "object" in exp_type for regtool -processedexp

  • regtoolConfig.c
Location:
trunk/ippTools/share
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/share/Makefile.am

    r36041 r36361  
    400400        stacktool_tosummary.sql \
    401401        stacktool_addsummary.sql \
     402        stacktool_revertsummary.sql \
    402403        stacktool_summary.sql \
    403404        staticskytool_definebyquery_select.sql \
  • trunk/ippTools/share/stacktool_addsummary.sql

    r28375 r36361  
    11INSERT INTO stackSummary (sass_id,projection_cell,path_base) VALUES (
    2        %lld,   -- warp_id
     2       %lld,   -- sass_id
    33       '%s',   -- projection_cell
    44       '%s'    -- path_base
Note: See TracChangeset for help on using the changeset viewer.