projects
/
Faustine.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Bug of vector wave output error fixed.
[Faustine.git]
/
interpretor
/
main.ml
diff --git
a/interpretor/main.ml
b/interpretor/main.ml
index
9f3e796
..
082fba3
100644
(file)
--- a/
interpretor/main.ml
+++ b/
interpretor/main.ml
@@
-71,9
+71,23
@@
let main () =
let rates = output#frequency in
let output_paths = wave#write rates data in
- let _ = Array.map print_
string
output_paths in
+ let _ = Array.map print_
endline
output_paths in
();;
+
+
+
+
+
+
+
+
+
+
+
+
+
+
(*
try
(* preprocess *)