]> CRI, Mines Paris - PSL - Faustine.git/blobdiff - interpretor/signal.ml
Refactoring of file beam.ml.
[Faustine.git] / interpretor / signal.ml
index b493b6c2a35825d7dd7976d11a1b2c4f1040e9b5..b8f0e68fe1135654d8a6e01a5ff0aa32d8d7e6cf 100644 (file)
@@ -32,7 +32,7 @@ class signal : int -> (time -> value_type) -> signal_type =
                  else raise (Signal_operation "frequency not matched.") in
            List.fold_left check self#frequency sl
 
                  else raise (Signal_operation "frequency not matched.") in
            List.fold_left check self#frequency sl
 
-       method private add_memory : int -> unit = 
+       method add_memory : int -> unit = 
          fun (length : int) ->
            assert (length >= 0);
            if memory_length >= length then ()
          fun (length : int) ->
            assert (length >= 0);
            if memory_length >= length then ()