projects
/
Faustine.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Replace Sys.time by Unix.time in main.ml.
[Faustine.git]
/
examples
/
open
/
open.dsp
diff --git
a/examples/open/open.dsp
b/examples/open/open.dsp
index
7c7445b
..
77a360e
100644
(file)
--- a/
examples/open/open.dsp
+++ b/
examples/open/open.dsp
@@
-1,3
+1,3
@@
-import ("
../../architecture/
morpho.lib");
+import ("morpho.lib");
-process =
open(119, 123, 2)
;
+process =
vectorize(123) : opening_square(119, 123, 2) : serialize
;