projects
/
Faustine.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Bugs fixed for stdin and stdout.
[Faustine.git]
/
examples
/
dilation
/
dilation.dsp
diff --git
a/examples/dilation/dilation.dsp
b/examples/dilation/dilation.dsp
index
d81f458
..
d69d8d4
100644
(file)
--- 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
;