- Timestamp:
- Mar 5, 2013, 2:24:05 PM (13 years ago)
- Location:
- branches/eam_branches/ipp-20130207
- Files:
-
- 3 edited
-
. (modified) (1 prop)
-
ippTools/src (modified) (1 prop)
-
ippTools/src/addtool.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20130207
- Property svn:mergeinfo changed
/trunk (added) merged: 35127-35128,35130,35133-35135,35141-35142,35148,35150-35159,35162-35167,35169-35200,35203-35218,35221-35228,35230,35232-35233
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20130207/ippTools/src
- Property svn:mergeinfo changed
/trunk/ippTools/src (added) merged: 35134,35150,35152,35154,35189,35192-35194,35196-35197,35213-35214,35227-35228,35230
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20130207/ippTools/src/addtool.c
r34265 r35236 988 988 if (strcmp (stage,"cam") == 0) { 989 989 query = pxDataGet("addtool_find_processedexp_cam.sql"); 990 } 991 if (strcmp (stage,"stack") == 0) { 990 } else if (strcmp (stage,"stack") == 0) { 992 991 query = pxDataGet("addtool_find_processedexp_stack.sql"); 993 } 994 if (strcmp (stage,"staticsky") == 0) { 992 } else if (strcmp (stage,"staticsky") == 0) { 995 993 query = pxDataGet("addtool_find_processedexp_staticsky_multi.sql"); 996 } 997 if (strcmp (stage,"skycal") == 0) { 994 } else if (strcmp (stage,"skycal") == 0) { 998 995 query = pxDataGet("addtool_find_processedexp_skycal.sql"); 996 } else { 997 psFree(where); 998 psError(PXTOOLS_ERR_CONFIG, false, "can't find sql file for stage %s", stage); 999 return false; 999 1000 } 1000 1001
Note:
See TracChangeset
for help on using the changeset viewer.
