comparison scripts/plot/clf.m @ 8610:85c9906abfd1

use endif and endfor instead of end
author John W. Eaton <jwe@octave.org>
date Tue, 27 Jan 2009 23:17:37 -0500
parents 8a2559a1aefa
children eb63fbe60fab
comparison
equal deleted inserted replaced
8609:fcf762ba66cf 8610:85c9906abfd1
58 endif 58 endif
59 else 59 else
60 hfig = gcf; 60 hfig = gcf;
61 oldfig = hfig; 61 oldfig = hfig;
62 do_reset = false; 62 do_reset = false;
63 end 63 endif
64 64
65 if (do_reset) 65 if (do_reset)
66 ## Select all the children, including the one with hidden handles. 66 ## Select all the children, including the one with hidden handles.
67 hc = allchild (hfig); 67 hc = allchild (hfig);
68 reset (hfig) 68 reset (hfig)