|
From: <kin...@us...> - 2004-02-27 06:13:47
|
Update of /cvsroot/teem/teem/src/unrrdu In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5350/unrrdu Modified Files: subst.c Log Message: more comments and minor edits. TEAT approved. Index: subst.c =================================================================== RCS file: /cvsroot/teem/teem/src/unrrdu/subst.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** subst.c 26 Feb 2004 20:59:45 -0000 1.1 --- subst.c 27 Feb 2004 06:05:18 -0000 1.2 *************** *** 25,30 **** (INFO " (itself represented as a nrrd). The substitution table " ! "has to be a 2 by N table containing a list of pairs aka. " ! "substitution rules."); int --- 25,33 ---- (INFO " (itself represented as a nrrd). The substitution table " ! "is a 2-by-N table: a list of pairs giving the old value (to replace) " ! "and the the new value (to change to), in that order. A plain text file " ! "makes this easy. Unlike with \"unu lut\", \"unu rmap\", and \"unu imap\", " ! "the output type is the same as the input type, rather than the type of " ! "the lut or map. "); int |