IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 27433


Ignore:
Timestamp:
Mar 24, 2010, 11:17:35 AM (16 years ago)
Author:
rhenders
Message:

minor comments etc

Location:
trunk/ippToPsps/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippToPsps/src/ippToPsps.c

    r27362 r27433  
    231231    this->fitsOutPath = NULL;
    232232    this->fitsOut = NULL;
    233     this->configsDir = NULL; // TODO remove
     233    this->configsDir = NULL;
    234234    this->dvoConfig = NULL;
    235235    this->config = NULL;
  • trunk/ippToPsps/src/ippToPspsConfig.c

    r27345 r27433  
    288288
    289289    psString path = NULL;
    290     psStringAppend(&path, "%s/../init/data.xml", this->configsPath); // TODO
     290    psStringAppend(&path, "%s/../init/data.xml", this->configsPath); // TODO nasty
    291291
    292292    xmlDoc* doc = ippToPspsConfig_openXmlFile(path);
     
    702702    if (!fitsIn) return false;
    703703
    704     // TODO dont need nRows passed in
    705 
    706704    int8_t* int8col = (int8_t*)calloc(nRows, sizeof(int8_t));
    707705    int16_t* int16col = (int16_t*)calloc(nRows, sizeof(int16_t));
Note: See TracChangeset for help on using the changeset viewer.