]> CRI, Mines Paris - PSL - Faustine.git/blobdiff - interpretor/main.ml
Bug of vector wave output error fixed.
[Faustine.git] / interpretor / main.ml
index 9f3e796976a5970953b44844dbbe65ecf58ade13..082fba361fdeb79b2bcaa8a161cae6d043b24120 100644 (file)
@@ -71,9 +71,23 @@ let main () =
        let rates = output#frequency in
 
        let output_paths = wave#write rates data in
        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 *)
 (*
        try
                (* preprocess *)