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