Bugs fixed for stdin and stdout.
[Faustine.git] / examples / dilation / dilation.dsp
index 42b9181..d69d8d4 100644 (file)
@@ -1,3 +1,3 @@
-import ("../../architecture/morpho.lib");
+import ("morpho.lib");
 
-process = dilations_square(112, 150, 2);
+process = vectorize(150) : dilations_square(112, 150, 2) : serialize;