IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 10, 2008, 10:08:50 AM (18 years ago)
Author:
eugene
Message:

adding initial data state

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20080719/ippTools/src/dettool_normalizedstat.c

    r18991 r19002  
    8585    PXOPT_LOOKUP_S16(code, config->args, "-code", false, false);
    8686
    87     if (!detNormalizedStatImfileInsert(config->dbh,
    88         det_id,
    89         iteration,
    90         class_id,
    91         norm,
    92         code
    93     )) {
    94         psError(PS_ERR_UNKNOWN, false, "database error");
    95         return false;
     87    detNormalizedStatImfileRow *row = detNormalizedStatImfileRowAlloc
     88        (det_id,
     89         iteration,
     90         class_id,
     91         norm,
     92         "full",
     93         code);
     94                                                                         
     95    if (!detNormalizedStatImfileInsertObject(config->dbh, row)) {
     96        psError(PS_ERR_UNKNOWN, false, "database error");
     97        return false;
    9698    }
    9799
Note: See TracChangeset for help on using the changeset viewer.