Changeset 30968 for trunk/ippToPsps/src/Batch.c
- Timestamp:
- Mar 18, 2011, 11:33:39 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/src/Batch.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/src/Batch.c
r30191 r30968 211 211 haveSurveyType = true; 212 212 } 213 else if(strcmp(sw, "-test") == 0 ) { 214 this->testMode = true; 215 } 213 216 } 214 217 … … 352 355 this->pmconfig = NULL; 353 356 this->exitCode = PS_EXIT_SUCCESS; 354 357 this->testMode = false; 358 359 // set up function pointers 355 360 this->parseArguments = parseArguments; 356 361 this->init = init;
Note:
See TracChangeset
for help on using the changeset viewer.
