comparison doc/interpreter/geometryimages.m @ 22013:6267807eb70b

build: fix doc build error when building without SuiteSparse * sparseimages.m: Pass correct arguments to sombreroimage, only called when building without SuiteSparse. (sombreroimage): Reformat and reword output. * geometryimages.m (sombreroimage): Reformat and reword output.
author Mike Miller <mtmiller@octave.org>
date Thu, 30 Jun 2016 15:20:46 -0700
parents a55b8ece1ecd
children 782ecfde4859
comparison
equal deleted inserted replaced
22012:22a272df4ac4 22013:6267807eb70b
124 return; 124 return;
125 else 125 else
126 [x, y, z] = sombrero (); 126 [x, y, z] = sombrero ();
127 unwind_protect 127 unwind_protect
128 mesh (x, y, z); 128 mesh (x, y, z);
129 title ("Sorry, graphics not available because Octave was\\ncompiled without the QHULL library."); 129 title ({"Sorry, graphics are unavailable because Octave was",
130 "compiled without the QHULL library."});
130 unwind_protect_cleanup 131 unwind_protect_cleanup
131 print (outfile, d_typ); 132 print (outfile, d_typ);
132 hide_output (); 133 hide_output ();
133 end_unwind_protect 134 end_unwind_protect
134 endif 135 endif