IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 22, 2012, 3:33:32 PM (14 years ago)
Author:
eugene
Message:

read the time table in psTime.c; updates to the variance model tests; better trace options for output masks; convert to new PM_SOURCE_PHOTFIT version of weighting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20120601/psLib/src/astro/psTime.c

    r34045 r34053  
    389389        if (i < numTables) {
    390390            table = psLookupTableAlloc(fullTableName, (const char*)tableFormat, tablesIndex->data.S32[i]);
    391             // XXX unused numLines = psLookupTableRead(table);
     391            psLookupTableRead(table);
    392392        } else {
    393393            psError(PS_ERR_BAD_PARAMETER_VALUE, no_problem,
Note: See TracChangeset for help on using the changeset viewer.