|
From: xav <xa...@us...> - 2004-04-11 02:41:49
|
Update of /cvsroot/teem/teem/src/bin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6564 Modified Files: vprobe.c Log Message: removed the annoying explicit '-o' requirement Index: vprobe.c =================================================================== RCS file: /cvsroot/teem/teem/src/bin/vprobe.c,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** vprobe.c 13 Feb 2004 23:01:12 -0000 1.20 --- vprobe.c 11 Apr 2004 02:28:15 -0000 1.21 *************** *** 125,129 **** hestOptAdd(&hopt, "t", "type", airTypeEnum, 1, 1, &otype, "float", "type of output volume", NULL, nrrdType); ! hestOptAdd(&hopt, "o", "nout", airTypeString, 1, 1, &outS, NULL, "output volume"); hestParseOrDie(hopt, argc-1, argv+1, hparm, --- 125,129 ---- hestOptAdd(&hopt, "t", "type", airTypeEnum, 1, 1, &otype, "float", "type of output volume", NULL, nrrdType); ! hestOptAdd(&hopt, "o", "nout", airTypeString, 1, 1, &outS, "-", "output volume"); hestParseOrDie(hopt, argc-1, argv+1, hparm, |