just get rid of some debugging code.
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@2024 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
parent
968c509131
commit
9ffa95724d
@ -50,7 +50,6 @@ vnth([V1|Deps], N0, V, N, [V1|NDeps]) :-
|
||||
reorder_CPT(Vs0,T0,Vs,TF,Sizes) :-
|
||||
var(Vs), !,
|
||||
order_vec(Vs0,Vs,Map),
|
||||
matrix_to_list(T0,_),
|
||||
matrix_shuffle(T0,Map,TF),
|
||||
matrix_dims(TF, Sizes).
|
||||
reorder_CPT(Vs0,T0,Vs,TF,Sizes) :-
|
||||
|
Reference in New Issue
Block a user