Update of /cvsroot/pure-data/externals/iem/iemmatrix/tests/mtx_fill In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24485/mtx_fill
Modified Files: exist.pd Log Message: fixed tests
Index: exist.pd =================================================================== RCS file: /cvsroot/pure-data/externals/iem/iemmatrix/tests/mtx_fill/exist.pd,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** exist.pd 13 Oct 2005 14:01:53 -0000 1.1 --- exist.pd 14 Oct 2005 10:04:21 -0000 1.2 *************** *** 6,13 **** #X obj 122 161 mtx_fill; #X text 67 37 test for existance of [mtx_fill]; ! #X msg 122 122 matrix 1 1 1; #X connect 0 0 6 0; #X connect 2 0 3 0; #X connect 3 0 1 0; #X connect 4 0 2 0; ! #X connect 6 0 4 0; --- 6,17 ---- #X obj 122 161 mtx_fill; #X text 67 37 test for existance of [mtx_fill]; ! #X msg 122 96 matrix 1 1 1; ! #X obj 122 127 t a a a; #X connect 0 0 6 0; #X connect 2 0 3 0; #X connect 3 0 1 0; #X connect 4 0 2 0; ! #X connect 6 0 7 0; ! #X connect 7 0 4 0; ! #X connect 7 1 4 1; ! #X connect 7 2 4 2;