IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 7, 2010, 12:00:46 PM (16 years ago)
Author:
watersc1
Message:

Final changes before trunk->branch merge.

Then, simtest to see if it all works correctly.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/czw_branch/20100519/ippTools/src/difftool.c

    r28164 r28245  
    23562356
    23572357  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);
    23592359  PXOPT_LOOKUP_STR(path_base, config->args, "-path_base", true, false);
    23602360
     
    23642364    return(false);
    23652365  }
    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)) {
    23672367    psError(PS_ERR_UNKNOWN, false, "database error");
    23682368    psFree(query);
Note: See TracChangeset for help on using the changeset viewer.