X-Git-Url: https://scm.cri.ensmp.fr/git/Faustine.git/blobdiff_plain/adf24ec25c76cc5eaa5aa319eaa2df1405312f9e..912dbfbf1eb4809f28e4e3a8bdfe76c47e018259:/examples/close/close.dsp diff --git a/examples/close/close.dsp b/examples/close/close.dsp index e68d28c..9331bf9 100644 --- a/examples/close/close.dsp +++ b/examples/close/close.dsp @@ -1,3 +1,3 @@ import ("morpho.lib"); -process = closing_square(119, 123, 2); +process = vectorize(123) : closing_square(119, 123, 2) : serialize;