comparison scripts/plot/__print_parse_opts__.m @ 11113:a8ac114ec9ab

Stylefixes, replace end by endif.
author Thorsten Meyer <thorsten.meyier@gmx.de>
date Mon, 18 Oct 2010 20:40:12 +0200
parents d81b6144c4ba
children a44f979a35ce
comparison
equal deleted inserted replaced
11112:8ea4cf59c41b 11113:a8ac114ec9ab
251 if (have_ghostscript) 251 if (have_ghostscript)
252 file_exists = ((numel (dir (arg_st.name)) == 1) 252 file_exists = ((numel (dir (arg_st.name)) == 1)
253 && (! isdir (arg_st.name))); 253 && (! isdir (arg_st.name)));
254 if (! file_exists) 254 if (! file_exists)
255 arg_st.append_to_file = false; 255 arg_st.append_to_file = false;
256 end 256 endif
257 else 257 else
258 arg_st.append_to_file = false; 258 arg_st.append_to_file = false;
259 warning ("print.m: appended output requires ghostscript to be installed.") 259 warning ("print.m: appended output requires ghostscript to be installed.")
260 endif 260 endif
261 else 261 else