|
From: <kin...@us...> - 2004-03-07 01:02:55
|
Update of /cvsroot/teem/teem/src/ten In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17496 Modified Files: tendEstim.c Log Message: fixed typo in usage info Index: tendEstim.c =================================================================== RCS file: /cvsroot/teem/teem/src/ten/tendEstim.c,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** tendEstim.c 7 Jan 2004 15:34:31 -0000 1.12 --- tendEstim.c 7 Mar 2004 00:47:36 -0000 1.13 *************** *** 66,70 **** "confidence boundary is perfectly sharp"); hestOptAdd(&hopt, "scale", "scale", airTypeFloat, 1, 1, &scale, "1", ! "Ffter estimating the tensor, scale all of its elements " "(but not the confidence value) by this amount. Can help with " "downstream numerical precision if values are very large " --- 66,70 ---- "confidence boundary is perfectly sharp"); hestOptAdd(&hopt, "scale", "scale", airTypeFloat, 1, 1, &scale, "1", ! "After estimating the tensor, scale all of its elements " "(but not the confidence value) by this amount. Can help with " "downstream numerical precision if values are very large " |