|
From: Gordon K. <kin...@us...> - 2004-04-04 21:38:42
|
Update of /cvsroot/teem/teem/src/unrrdu In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20500/unrrdu Modified Files: mrmap.c Log Message: unused variable, better usage info Index: mrmap.c =================================================================== RCS file: /cvsroot/teem/teem/src/unrrdu/mrmap.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** mrmap.c 4 Apr 2004 21:21:06 -0000 1.1 --- mrmap.c 4 Apr 2004 21:26:11 -0000 1.2 *************** *** 25,29 **** (INFO ", one map per sample in input. The \"mmap\" nrrd has the same dimensional " ! "constraints as the \"mlut\" nrrd for \"unu mlut\". "); int --- 25,31 ---- (INFO ", one map per sample in input. The \"mmap\" nrrd has the same dimensional " ! "constraints as the \"mlut\" nrrd for \"unu mlut\". This functionality " ! "is a generalization of \"unu 3op lerp\": it allows you to lerp through " ! "multiple nrrds, instead of just two."); int |