projects
/
Faustine.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Csv IO class implemented.
[Faustine.git]
/
interpretor
/
beam.ml
diff --git
a/interpretor/beam.ml
b/interpretor/beam.ml
index
ffe8128
..
273ae1c
100644
(file)
--- a/
interpretor/beam.ml
+++ b/
interpretor/beam.ml
@@
-98,6
+98,7
@@
class beam : signal_type array -> beam_type =
| Signal_operation s -> "Signal_operation: " ^ s
| Beam_matching s -> "Beam_Matching_Error: " ^ s
| Invalid_argument s -> "Compute finished."
+ | _ -> "Unknown error"
in
let () = print_string error_message in
transpose (Array.sub container 0 !index)