|
From: <kin...@us...> - 2004-02-09 06:53:58
|
Update of /cvsroot/teem/teem/src/ell In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25496 Modified Files: vecEll.c Log Message: clarified comment in ell_3v_perp_f,_d Index: vecEll.c =================================================================== RCS file: /cvsroot/teem/teem/src/ell/vecEll.c,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** vecEll.c 7 Jan 2004 15:34:29 -0000 1.4 --- vecEll.c 9 Feb 2004 06:50:48 -0000 1.5 *************** *** 44,49 **** ** Given a 3-vector, produce one which is perpendicular. ** Output length won't be same as input length, but it will always ! ** be non-zero, if input length is non-zero. This will NOT produce ! ** a unit-length vector if the input is unit length. */ void --- 44,49 ---- ** Given a 3-vector, produce one which is perpendicular. ** Output length won't be same as input length, but it will always ! ** be non-zero, if input length is non-zero. This does NOT try to ! ** produce a unit-length vector, regardless of the length of the input. */ void |