]> CRI, Mines Paris - PSL - Faustine.git/blobdiff - examples/erosion/erosion.dsp
Implement stdin, stdout and stderr to Faustine.
[Faustine.git] / examples / erosion / erosion.dsp
index 79389dd6f43e3456e7ac5e900f2757638c8aaf7b..4634feab18940d28dad2cc45b60271454c3bcafe 100644 (file)
@@ -1,3 +1,3 @@
 import ("morpho.lib");
 
-process = erosions_square(112, 150, 2);
+process = vectorize(150) : erosions_square(112, 150, 2) : serialize;