X-Git-Url: https://scm.cri.mines-paristech.fr/git/Faustine.git/blobdiff_plain/aef330364c0be4df12fcf5f133caee67e4c2873d..9127d89ef6f731c5e93f8d59a3dd2dd1b3c73e07:/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);