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