Changeset 26935
- Timestamp:
- Feb 12, 2010, 4:16:44 PM (16 years ago)
- Location:
- trunk/ippTools
- Files:
-
- 1 added
- 2 edited
-
share/Makefile.am (modified) (1 diff)
-
share/magicdstool_definecopy_warp.sql (added)
-
src/magicdstool.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/Makefile.am
r26927 r26935 198 198 magicdstool_definebyquery_diff.sql \ 199 199 magicdstool_definecopy_chip.sql \ 200 magicdstool_definecopy_warp.sql \ 200 201 magicdstool_getrunids.sql \ 201 202 magicdstool_getskycells.sql \ -
trunk/ippTools/src/magicdstool.c
r26913 r26935 366 366 query = pxDataGet("magicdstool_definecopy_chip.sql"); 367 367 break; 368 case IPP_STAGE_WARP: 369 query = pxDataGet("magicdstool_definecopy_warp.sql"); 368 370 case IPP_STAGE_CAMERA: 369 case IPP_STAGE_WARP:370 371 case IPP_STAGE_DIFF: 371 372 case IPP_STAGE_FAKE:
Note:
See TracChangeset
for help on using the changeset viewer.
