From f728a8b47d47f705a6d9c3bae3b15ac01d40fdce Mon Sep 17 00:00:00 2001 From: Peter Schaefer Date: Mon, 2 Apr 2012 20:53:22 +0200 Subject: [PATCH] [src] bugfix: cond erzeugt eigene Datei --- src/A_plots.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/A_plots.m b/src/A_plots.m index 8288ae5..1d0fedb 100644 --- a/src/A_plots.m +++ b/src/A_plots.m @@ -192,7 +192,7 @@ legend({leg3{:} ... % 'N^{-1/2}' 'N^{-1/4}' 'N^{-3/4}'... } ,'location','northwest','box', 'off'); -print('-r600','-depsc',[printt '_hminmax.eps']) +print('-r600','-depsc',[printt '_cond.eps']) end \ No newline at end of file -- 2.47.3