Fixed bug. Removed extension declaration for Encapsulated PostScript graphics file format.

time-shift
Stéphane Adjemian (Charybdis) 2012-08-24 14:56:44 +02:00
parent b89bdb6fd6
commit 69efc894c6
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ function dyn_saveas(h,fname,DynareOptions)
% along with Dynare. If not, see <http://www.gnu.org/licenses/>.
if (strcmp('eps',DynareOptions.graph_format))
eval(['print -depsc2 ' fname '.eps']);
eval(['print -depsc2 ' fname]);% '.eps']);
end
if (strcmp('pdf',DynareOptions.graph_format))
eval(['print -dpdf ' fname]);