Changeset 19214
- Timestamp:
- Aug 26, 2008, 10:42:00 AM (18 years ago)
- Location:
- trunk/ppStack/src
- Files:
-
- 2 edited
-
ppStack.h (modified) (1 diff)
-
ppStackLoop.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStack/src/ppStack.h
r18650 r19214 87 87 ); 88 88 89 /// Print sources into a ds9 regions file 90 void ppStackSourcesPrint(const psArray *sources ///< Sources to print 91 ); 89 92 90 93 #endif -
trunk/ppStack/src/ppStackLoop.c
r19199 r19214 324 324 } 325 325 indSources->data[index] = psMemIncrRefCounter(sources); 326 #ifdef TESTING 327 ppStackSourcesPrint(sources); 328 #endif 326 329 sourceLists = ppStackSourceListAdd(sourceLists, sources, config); 327 330 if (!sourceLists) { … … 374 377 return false; 375 378 } 379 #ifdef TESTING 380 ppStackSourcesPrint(globalSources); 381 #endif 376 382 } 377 383
Note:
See TracChangeset
for help on using the changeset viewer.
