|
From: James B. <bi...@us...> - 2004-05-20 19:12:05
|
Update of /cvsroot/teem/teem/src/unrrdu In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15561 Modified Files: tile.c Log Message: Reversed order of commandline options for -a and -s. Index: tile.c =================================================================== RCS file: /cvsroot/teem/teem/src/unrrdu/tile.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** tile.c 19 May 2004 19:14:37 -0000 1.1 --- tile.c 20 May 2004 19:11:54 -0000 1.2 *************** *** 36,44 **** airArray *mop; hestOptAdd(&opt, "s", "fast, slow sizes", airTypeInt, 2, 2, size, NULL, "fast and slow axis sizes to produce as result of splitting " "given axis."); - hestOptAdd(&opt, "a", "ax0 ax1 axSplit", airTypeInt, 3, 3, axes, NULL, - "axSplit is divided and merged with ax0 and ax1"); OPT_ADD_NIN(nin, "input nrrd"); OPT_ADD_NOUT(out, "output nrrd"); --- 36,44 ---- airArray *mop; + hestOptAdd(&opt, "a", "ax0 ax1 axSplit", airTypeInt, 3, 3, axes, NULL, + "axSplit is divided and merged with ax0 and ax1"); hestOptAdd(&opt, "s", "fast, slow sizes", airTypeInt, 2, 2, size, NULL, "fast and slow axis sizes to produce as result of splitting " "given axis."); OPT_ADD_NIN(nin, "input nrrd"); OPT_ADD_NOUT(out, "output nrrd"); |