From: Peter Schaefer Date: Mon, 2 Apr 2012 18:53:22 +0000 (+0200) Subject: [src] bugfix: cond erzeugt eigene Datei X-Git-Url: https://git.leopard-lacewing.eu/?a=commitdiff_plain;h=f728a8b47d47f705a6d9c3bae3b15ac01d40fdce;p=bacc.git [src] bugfix: cond erzeugt eigene Datei --- 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