Update of /cvsroot/pure-data/externals/iem/iemmatrix/tests/mtx_find In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24485/mtx_find
Modified Files: exist.pd Log Message: fixed tests
Index: exist.pd =================================================================== RCS file: /cvsroot/pure-data/externals/iem/iemmatrix/tests/mtx_find/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 *************** *** 4,11 **** #X obj 122 347 b; #X msg 122 366 1; - #X obj 122 161 mtx_find; #X text 67 37 test for existance of [mtx_find]; ! #X connect 0 0 4 0; #X connect 2 0 3 0; #X connect 3 0 1 0; ! #X connect 4 0 2 0; --- 4,13 ---- #X obj 122 347 b; #X msg 122 366 1; #X text 67 37 test for existance of [mtx_find]; ! #X msg 122 125 matrix 1 1 1; ! #X obj 122 161 mtx_find; ! #X connect 0 0 5 0; #X connect 2 0 3 0; #X connect 3 0 1 0; ! #X connect 5 0 6 0; ! #X connect 6 0 2 0;