1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Description: Remove call to cleanfigure in matlab2tikz_acidtest
The cleanfigure function is not compatible with Octave, and is therefore not
shipped with the Debian package.
Author: Sébastien Villemot <sebastien@debian.org>
Forwarded: not-needed
Last-Update: 2014-02-18
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/test/matlab2tikz_acidtest.m
+++ b/test/matlab2tikz_acidtest.m
@@ -142,7 +142,6 @@ function matlab2tikz_acidtest(varargin)
end
% now, test matlab2tikz
try
- cleanfigure(extraCFOpts{:});
matlab2tikz('filename', gen_file, ...
'showInfo', false, ...
'checkForUpdates', false, ...
|