Changeset 15337
- Timestamp:
- Oct 19, 2007, 2:35:31 PM (19 years ago)
- Location:
- trunk/ippTools
- Files:
-
- 4 edited
-
scripts/difftest.sh (modified) (1 diff)
-
scripts/magic_dep.md (modified) (1 diff)
-
scripts/magictest.sh (modified) (1 diff)
-
src/magictool.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/scripts/difftest.sh
r14265 r15337 15 15 difftool -diffskyfile -diff_id 1 || exit 1 16 16 difftool -updaterun -state stop -diff_id 1 || exit 1 17 18 # 19 # diff_id 2 20 # 21 difftool -definerun -workdir file:///tmp/diff -skycell_id foo1 -tess_id bar || exit 1 22 difftool -addinputskyfile -diff_id 2 -warp_id 1 -kind warped -template || exit 1 23 difftool -addinputskyfile -diff_id 2 -warp_id 1 -kind warped || exit 1 24 #difftool -updaterun -state run -diff_id 1 || exit 1 25 difftool -todiffskyfile || exit 1 26 difftool -inputskyfile || exit 1 27 difftool -adddiffskyfile -diff_id 2 -uri file:///tmp/diff/skyfile -path_base file://lalaland -bg 1 -bg_stdev 2 || exit 1 28 difftool -diffskyfile -diff_id 2 || exit 1 29 difftool -updaterun -state stop -diff_id 2 || exit 1 -
trunk/ippTools/scripts/magic_dep.md
r14683 r15337 1 # node dep 1 2 a STR NULL 3 b STR NULL 4 root MULTI 5 root STR a 6 root STR b -
trunk/ippTools/scripts/magictest.sh
r14688 r15337 8 8 magictool -definerun -workdir file:///foo/bar/ || exit 1 9 9 magictool -addinputskyfile -magic_id 1 -diff_id 1 -node a || exit 1 10 magictool -addinputskyfile -magic_id 1 -diff_id 2 -node b || exit 1 11 magictool -inputtree -magic_id 1 -dep_file magic_dep.md 12 10 13 magictool -updaterun -state run -magic_id 1 || exit 1 11 14 12 ./magictool -inputtree -magic_id 1 -dep_file magic_dep.md13 15 14 16 -
trunk/ippTools/src/magictool.c
r15330 r15337 483 483 pxNode *root = psHashLookup(forest, "root"); 484 484 psFree(forest); 485 486 pxTreePrint(stdout, root); 487 // crawl through the tree and look for un-"done" bottom nodes 488 // pxTreeCrawl(root, findBaseNodes, work); 485 // pxTreePrint(stdout, root); 489 486 490 487 // crawl through the tree and looking for nodes with children that are all
Note:
See TracChangeset
for help on using the changeset viewer.
