Mercurial > hg > dtl-dml-cliopatria
changeset 6:b768fc84815a no-matlab
more removal of matlab
author | wolffd.mail@googlemail.com |
---|---|
date | Wed, 25 Jul 2018 15:23:35 +0000 |
parents | 6cc033b89fcb |
children | 3c7cc53984a6 |
files | cpack/dml/lib/computations.pl cpack/dml/lib/state.pl |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/cpack/dml/lib/computations.pl Wed Jul 25 12:27:13 2018 +0000 +++ b/cpack/dml/lib/computations.pl Wed Jul 25 15:23:35 2018 +0000 @@ -33,7 +33,7 @@ , with_csv_rows/3 , csv_op/3 , (*)/4 - , array_list/2 +% , array_list/2 , microtone_map/4 , rows_cols/3 , tempo_curves_stats/3
--- a/cpack/dml/lib/state.pl Wed Jul 25 12:27:13 2018 +0000 +++ b/cpack/dml/lib/state.pl Wed Jul 25 15:23:35 2018 +0000 @@ -24,7 +24,7 @@ set_state(:,+), get_state(:,-). -:- use_module(insist). +% :- use_module(insist). % this gives a redefine error ? :- dynamic state/3. get_state(M:Key,Value) :- state(M,Key,Value).