aboutsummaryrefslogtreecommitdiff
path: root/generics/associative-test.pd
diff options
context:
space:
mode:
authorN.N. <matju@users.sourceforge.net>2005-12-31 18:44:54 +0000
committerN.N. <matju@users.sourceforge.net>2005-12-31 18:44:54 +0000
commitffbfad84037271db59e3253446e3889addfbbe6c (patch)
treebd660bd13a3039c7579f2c42059df0d295d4c38a /generics/associative-test.pd
parent202b487520c16bf9c1c51b47fab158323f6fe016 (diff)
.
svn path=/trunk/abstractions/pureunity/; revision=4331
Diffstat (limited to 'generics/associative-test.pd')
-rw-r--r--generics/associative-test.pd20
1 files changed, 10 insertions, 10 deletions
diff --git a/generics/associative-test.pd b/generics/associative-test.pd
index 14de122..71d6852 100644
--- a/generics/associative-test.pd
+++ b/generics/associative-test.pd
@@ -1,7 +1,7 @@
#N canvas 736 151 452 362 10;
#X obj 40 15 inlet bang;
#X obj 40 112 abs;
-#X obj 119 112 abs;
+#X obj 126 112 abs;
#X obj 40 131 /;
#X obj 40 150 t a a;
#X obj 40 188 pack 0 0;
@@ -10,21 +10,21 @@
#X obj 40 169 <= 0;
#X text 167 9 This test verifies that (1+2)+3=1+(2+3);
#X msg 40 34 1 2 3;
-#X obj 40 93 associator +;
#X obj 40 74 unpack 0 0 0;
#X msg 40 207 list associative1 \$1 \$2 -;
+#X obj 40 93 associator \$2;
#X connect 0 0 10 0;
#X connect 1 0 3 0;
#X connect 2 0 3 1;
#X connect 3 0 4 0;
#X connect 4 0 8 0;
#X connect 4 1 5 1;
-#X connect 5 0 13 0;
+#X connect 5 0 12 0;
#X connect 8 0 5 0;
-#X connect 10 0 12 0;
-#X connect 11 0 1 0;
-#X connect 11 1 2 0;
-#X connect 12 0 11 0;
-#X connect 12 1 11 1;
-#X connect 12 2 11 2;
-#X connect 13 0 6 0;
+#X connect 10 0 11 0;
+#X connect 11 0 13 0;
+#X connect 11 1 13 1;
+#X connect 11 2 13 2;
+#X connect 12 0 6 0;
+#X connect 13 0 1 0;
+#X connect 13 1 2 0;