Changeset 27433
- Timestamp:
- Mar 24, 2010, 11:17:35 AM (16 years ago)
- Location:
- trunk/ippToPsps/src
- Files:
-
- 2 edited
-
ippToPsps.c (modified) (1 diff)
-
ippToPspsConfig.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/src/ippToPsps.c
r27362 r27433 231 231 this->fitsOutPath = NULL; 232 232 this->fitsOut = NULL; 233 this->configsDir = NULL; // TODO remove233 this->configsDir = NULL; 234 234 this->dvoConfig = NULL; 235 235 this->config = NULL; -
trunk/ippToPsps/src/ippToPspsConfig.c
r27345 r27433 288 288 289 289 psString path = NULL; 290 psStringAppend(&path, "%s/../init/data.xml", this->configsPath); // TODO 290 psStringAppend(&path, "%s/../init/data.xml", this->configsPath); // TODO nasty 291 291 292 292 xmlDoc* doc = ippToPspsConfig_openXmlFile(path); … … 702 702 if (!fitsIn) return false; 703 703 704 // TODO dont need nRows passed in705 706 704 int8_t* int8col = (int8_t*)calloc(nRows, sizeof(int8_t)); 707 705 int16_t* int16col = (int16_t*)calloc(nRows, sizeof(int16_t));
Note:
See TracChangeset
for help on using the changeset viewer.
