Update of /cvsroot/pure-data/externals/iem/iemmatrix/tests/mtx_conv In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24485/mtx_conv
Modified Files: exist.pd Log Message: fixed tests
Index: exist.pd =================================================================== RCS file: /cvsroot/pure-data/externals/iem/iemmatrix/tests/mtx_conv/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:51 -0000 1.1 --- exist.pd 14 Oct 2005 10:04:21 -0000 1.2 *************** *** 6,11 **** #X obj 122 161 mtx_conv; #X text 67 37 test for existance of [mtx_conv]; ! #X connect 0 0 4 0; #X connect 2 0 3 0; #X connect 3 0 1 0; #X connect 4 0 2 0; --- 6,16 ---- #X obj 122 161 mtx_conv; #X text 67 37 test for existance of [mtx_conv]; ! #X obj 122 136 t a a; ! #X msg 122 116 matrix 1 1 1; ! #X connect 0 0 7 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; + #X connect 6 1 4 1; + #X connect 7 0 6 0;