|
From: <kin...@us...> - 2003-12-08 23:17:21
|
Update of /cvsroot/teem/teem/src/unrrdu In directory sc8-pr-cvs1:/tmp/cvs-serv24848/unrrdu Modified Files: convert.c Log Message: fixed type in usage info Index: convert.c =================================================================== RCS file: /cvsroot/teem/teem/src/unrrdu/convert.c,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** convert.c 23 Jul 2003 01:20:30 -0000 1.15 --- convert.c 8 Dec 2003 23:17:16 -0000 1.16 *************** *** 26,30 **** "values; it just copies them from one type to another, which replicates " "exactly what you'd get in C when you assign from a variable of one type to " ! "another, or when you cast to a differet type. See also \"unu quantize\"," "\"unu 2op x\", and \"unu 3op clamp\"."); --- 26,30 ---- "values; it just copies them from one type to another, which replicates " "exactly what you'd get in C when you assign from a variable of one type to " ! "another, or when you cast to a different type. See also \"unu quantize\"," "\"unu 2op x\", and \"unu 3op clamp\"."); |