X-Git-Url: https://scm.cri.ensmp.fr/git/Faustine.git/blobdiff_plain/e5b0e8bee502e61dfaaf2a5bc4b4d9d4938a9a2a..912dbfbf1eb4809f28e4e3a8bdfe76c47e018259:/examples/dilation/dilation.dsp?ds=sidebyside diff --git a/examples/dilation/dilation.dsp b/examples/dilation/dilation.dsp index 2ea985e..d69d8d4 100644 --- a/examples/dilation/dilation.dsp +++ b/examples/dilation/dilation.dsp @@ -1,3 +1,3 @@ import ("morpho.lib"); -process = dilations_square(112, 150, 2); +process = vectorize(150) : dilations_square(112, 150, 2) : serialize;