X-Git-Url: https://scm.cri.ensmp.fr/git/Faustine.git/blobdiff_plain/aef330364c0be4df12fcf5f133caee67e4c2873d..c21be74684e409aaf08937e776c6cedce35b8fc0:/examples/dilation/dilation.dsp diff --git a/examples/dilation/dilation.dsp b/examples/dilation/dilation.dsp index d81f458..2ea985e 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 = dilations_square(112, 150, 2);