IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 16046


Ignore:
Timestamp:
Jan 8, 2008, 2:50:52 PM (18 years ago)
Author:
jhoblitt
Message:

remove stale comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/end_stage/ippTools/src/camtool.c

    r15957 r16046  
    674674    camRunRow *pendingRow = camRunObjectFromMetadata(output->data[0]);
    675675    psFree(output);
    676     // create a new camProcessedImfile object
    677676    camProcessedExpRow *row = camProcessedExpRowAlloc(
    678677        pendingRow->cam_id,
     
    697696    psFree(pendingRow);
    698697
    699     // insert the new row into the camProcessedImfile table
    700698    if (!camProcessedExpInsertObject(config->dbh, row)) {
    701699        // rollback
Note: See TracChangeset for help on using the changeset viewer.