Replace Sys.time by Unix.time in main.ml.
[Faustine.git] / examples / close / close.dsp
index e68d28c..9331bf9 100644 (file)
@@ -1,3 +1,3 @@
 import ("morpho.lib");
 
-process = closing_square(119, 123, 2);
+process = vectorize(123) : closing_square(119, 123, 2) : serialize;