Changeset 28245 for branches/czw_branch/20100519/ippTools/src/difftool.c
- Timestamp:
- Jun 7, 2010, 12:00:46 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20100519/ippTools/src/difftool.c
r28164 r28245 2356 2356 2357 2357 PXOPT_LOOKUP_S64(diff_id, config->args, "-diff_id", true, false); 2358 PXOPT_LOOKUP_STR( tangent_plane, config->args, "-tangent_plane", true, false);2358 PXOPT_LOOKUP_STR(projection_cell, config->args, "-projection_cell", true, false); 2359 2359 PXOPT_LOOKUP_STR(path_base, config->args, "-path_base", true, false); 2360 2360 … … 2364 2364 return(false); 2365 2365 } 2366 if (!p_psDBRunQueryF(config->dbh, query, diff_id, tangent_plane, path_base)) {2366 if (!p_psDBRunQueryF(config->dbh, query, diff_id, projection_cell, path_base)) { 2367 2367 psError(PS_ERR_UNKNOWN, false, "database error"); 2368 2368 psFree(query);
Note:
See TracChangeset
for help on using the changeset viewer.
