# HG changeset patch
# User Mark Plumbley <mark.plumbley@eecs.qmul.ac.uk>
# Date 1302616676 -3600
# Node ID d123839f4762546ad20f7600eda13f743ae724a5
# Parent  e22f8494c5ff7e59a568a1e46eef9b4a85a8753e# Parent  cced8c7c2f9f3e0dd89c4594e525398e5c1e3002
Merge

diff -r e22f8494c5ff -r d123839f4762 bugs.m
--- a/bugs.m	Tue Apr 12 14:33:24 2011 +0100
+++ b/bugs.m	Tue Apr 12 14:57:56 2011 +0100
@@ -1,1 +1,14 @@
-% MDP: File "COPYING" is not included in the distribution?
+% MDP: File "COPYING" is not included in the distribution?
+
+% I encountered an error while running SMALL_solver_test_Audio :
+
+%??? Error using ==>
+%problems\private\completeOps>@(x)reshape(data.B(x,1),data.signalSize)
+%Too many input arguments.
+%Error in ==> SMALL_playAudio at 17
+%SMALL.solver.reconstructed  = SMALL.Problem.reconstruct(SMALL.solver.solution);
+%Error in ==> SMALL_solver_test_Audio at 96
+%SMALL_playAudio(SMALL);
+ 
+
+% version of Matlab used: 7.9.0.529  - 64 bits
\ No newline at end of file